diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-04 06:35:56 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-07-04 06:35:56 +0000 |
commit | 846bf3c23ae4a172b52758d19c24b7da5f9420fc (patch) | |
tree | 7115c44429ca101ce9d93c9a57ab565e7c98635e /mail | |
parent | b3942230adbc634a134d1f8e7a009622cd37e262 (diff) | |
download | ports-846bf3c23ae4a172b52758d19c24b7da5f9420fc.tar.gz ports-846bf3c23ae4a172b52758d19c24b7da5f9420fc.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/maildrop/Makefile | 12 | ||||
-rw-r--r-- | mail/maildrop/distinfo | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 3b631a978372..a8cf06d75660 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -6,17 +6,17 @@ # PORTNAME= maildrop -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= courier +MASTER_SITE_SUBDIR= courier MAINTAINER= petef@databits.net # Maildrop is usually installed with gdbm extensions. If you do not -# want these extensions installed, NO_GDBM must be defined. +# want these extensions installed, define WITHOUT_GDBM. # -.if !defined(NO_GDBM) +.if !defined(WITHOUT_GDBM) LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm .endif @@ -30,7 +30,7 @@ INSTALL_TARGET= install-strip MAILDROP_SUID?= root MAILDROP_SGID?= mail -CONFIGURE_ARGS= --enable-syslog=1 \ +CONFIGURE_ARGS+= --enable-syslog=1 \ --enable-use-flock \ --with-etcdir="${PREFIX}/etc" \ --enable-maildrop-uid="${MAILDROP_SUID}" \ @@ -49,7 +49,7 @@ MAN1= dotlock.1 maildirmake.1 maildrop.1 mailbot.1 makemime.1 \ MAN5= maildropex.5 maildropfilter.5 maildropgdbm.5 MAN8= maildirquota.8 deliverquota.8 -.if defined(NO_GDBM) +.if defined(WITHOUT_GDBM) CONFIGURE_ARGS+= --without-db .endif diff --git a/mail/maildrop/distinfo b/mail/maildrop/distinfo index 522e4c41cf5a..f6d326d15ace 100644 --- a/mail/maildrop/distinfo +++ b/mail/maildrop/distinfo @@ -1 +1 @@ -MD5 (maildrop-1.3.2.tar.gz) = c2d194c41dc07330c9a89f0b8b933c6b +MD5 (maildrop-1.3.3.tar.gz) = 87054c86f9dd7d3c17497bed95ae562d |