diff options
author | Kris Kennaway <kris@FreeBSD.org> | 1999-11-23 08:41:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 1999-11-23 08:41:13 +0000 |
commit | 3d9c136a00e98625c9c96e9e7231e85394fbe5dc (patch) | |
tree | 836395ddff1b93c0ad1af9f28d65f07a2cd05898 /mail/maildrop | |
parent | 564021acf7e1c3d608bc1b8a57928de49f24e65d (diff) |
Notes
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 7 | ||||
-rw-r--r-- | mail/maildrop/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 0145235b9196..ef72f36ea108 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: maildrop -# Version required: 0.63 +# Version required: 0.64 # Date created: 16 November 1998 # Whom: Tom Hukins <tom@eborcom.com> # # $FreeBSD$ # -DISTNAME= maildrop-0.63 +DISTNAME= maildrop-0.64 CATEGORIES= mail MASTER_SITES= http://www.flounder.net/~mrsam/maildrop/ \ ${MASTER_SITE_SUNSITE} @@ -21,7 +21,8 @@ MAINTAINER= tom@eborcom.com BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm .endif -ALL_TARGET= autoconf.h config.h all +ALL_TARGET= config.h xconfig.h all +INSTALL_TARGET= install-strip # Maildrop will be installed with suid permissions for MAILDROP_SUID, # and sgid permissions for MAILDROP_SGID. If undefined, these values diff --git a/mail/maildrop/distinfo b/mail/maildrop/distinfo index 3b142f5fd3dc..e50dc1aed67f 100644 --- a/mail/maildrop/distinfo +++ b/mail/maildrop/distinfo @@ -1 +1 @@ -MD5 (maildrop-0.63.tar.gz) = b88306f0d2fdc67ffac5e1df7efe5022 +MD5 (maildrop-0.64.tar.gz) = b12005e0edf74ea33e289bd7a5de6e95 |