diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-02-04 11:03:09 +0800 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-02-04 11:03:09 +0800 |
commit | e32728f40b3f5af4be3c66c3d2df47a09e7991f3 (patch) | |
tree | 4605bc20c66bffa053491e7e9925f2dbcd29bf2d /mail/maildrop/Makefile | |
parent | 0ae20f9ca80436d545017f96d4d33e99e4226330 (diff) | |
download | freebsd-ports-gnome-e32728f40b3f5af4be3c66c3d2df47a09e7991f3.tar.gz freebsd-ports-gnome-e32728f40b3f5af4be3c66c3d2df47a09e7991f3.tar.zst freebsd-ports-gnome-e32728f40b3f5af4be3c66c3d2df47a09e7991f3.zip |
Update to 1.3.7
Diffstat (limited to 'mail/maildrop/Makefile')
-rw-r--r-- | mail/maildrop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 2811bf3dd8e5..451d8a784dc4 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= maildrop -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.7 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -47,7 +47,8 @@ INSTALL_TARGET= install-maildrop install-man MAN1= dotlock.1 mailbot.1 maildirmake.1 maildrop.1 makemime.1 \ reformail.1 reformime.1 MAN5= maildropex.5 maildropfilter.5 maildropgdbm.5 -MAN8= deliverquota.8 maildirquota.8 +MAN7= maildirquota.7 +MAN8= deliverquota.8 .if defined(WITHOUT_GDBM) CONFIGURE_ARGS+= --without-db |