Add extra symlinks that my usual PLIST generation scripts didn't catch,
and rmdir the courier-imap doc directory on uninstall.
This commit is contained in:
parent
7a8aff276c
commit
e4e5bb284f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31368
2 changed files with 9 additions and 1 deletions
|
@ -29,10 +29,17 @@ CONFIGURE_ARGS= --without-authldap --with-authldaprc=filename \
|
|||
|
||||
MAN1= maildirmake.1
|
||||
MAN8= authlib.8 makeuserdb.8 userdb.8 userdbpw.8 couriertcpd.8 \
|
||||
deliverquota.8 imapd.8
|
||||
deliverquota.8 imapd.8 mkimapdcert.8
|
||||
|
||||
MLINKS= authlib.8 authpwd.8 \
|
||||
authlib.8 authuserdb.8 \
|
||||
authlib.8 authshadow.8 \
|
||||
authlib.8 authpam.8 \
|
||||
authlib.8 authvchkpw.8 \
|
||||
authlib.8 authcram.8 \
|
||||
authlib.8 authldap.8 \
|
||||
authlib.8 authmysql.8 \
|
||||
authlib.8 authdaemon.8 \
|
||||
makeuserdb.8 pw2userdb.8 \
|
||||
makeuserdb.8 vchkpw2userdb.8
|
||||
|
||||
|
|
|
@ -23,3 +23,4 @@ share/doc/courier-imap/ChangeLog
|
|||
share/doc/courier-imap/INSTALL
|
||||
share/doc/courier-imap/README
|
||||
@unexec rmdir %D/libexec/authlib
|
||||
@unexec rmdir %D/share/doc/courier-imap
|
||||
|
|
Loading…
Reference in a new issue