diff options
author | nbm <nbm@FreeBSD.org> | 2000-11-04 07:26:04 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-11-04 07:26:04 +0800 |
commit | 36441038a1a8a2f91050d55c1c50ba25f2c62ecd (patch) | |
tree | b420b125c38f03b7c2083efc0533f411ea0fbb50 /mail | |
parent | 6ed49612571e34e38fccfd67a7f40aae3c653294 (diff) | |
download | freebsd-ports-gnome-36441038a1a8a2f91050d55c1c50ba25f2c62ecd.tar.gz freebsd-ports-gnome-36441038a1a8a2f91050d55c1c50ba25f2c62ecd.tar.zst freebsd-ports-gnome-36441038a1a8a2f91050d55c1c50ba25f2c62ecd.zip |
Add two man pages to the manpage variables that were missing after
upgrade
Submitted by: bento
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-imap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index ac5c5165f7a1..f60988a234cb 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -7,6 +7,7 @@ PORTNAME= courier-imap PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -30,7 +31,7 @@ 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 mkimapdcert.8 + deliverquota.8 imapd.8 mkimapdcert.8 mkpop3dcert.8 MLINKS= authlib.8 authpwd.8 \ authlib.8 authuserdb.8 \ @@ -41,6 +42,7 @@ MLINKS= authlib.8 authpwd.8 \ authlib.8 authldap.8 \ authlib.8 authmysql.8 \ authlib.8 authdaemon.8 \ + authlib.8 authdaemond.8 \ makeuserdb.8 pw2userdb.8 \ makeuserdb.8 vchkpw2userdb.8 |