diff options
author | kim <kim> | 2000-10-29 05:41:06 +0000 |
---|---|---|
committer | kim <kim> | 2000-10-29 05:41:06 +0000 |
commit | ae610ce3b44d93c7cdbb56cdb857f18b40b594c8 (patch) | |
tree | 055f312e603a423fd48c24f4eaa2ca2f9bce6f0f /mail/postfix-current | |
parent | 2e5c6fc9aa40ba32adc1324e1e6f2eb6a5807429 (diff) | |
download | pkgsrc-ae610ce3b44d93c7cdbb56cdb857f18b40b594c8.tar.gz |
MANINSTALL no longer plays a role with this package.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 4cfd3253656..4d039ffbdc7 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/10/29 05:40:33 kim Exp $ +# $NetBSD: Makefile,v 1.8 2000/10/29 05:41:06 kim Exp $ DISTNAME= snapshot-20001005 PKGNAME= postfix-20001005 @@ -27,7 +27,7 @@ AUXLIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lpcre MAKE_ENV+= AUXLIBS="${AUXLIBS}" .endif -BUILD_DEFS+= POSTFIX_PCRE POSTFIX_VERP MANINSTALL +BUILD_DEFS+= POSTFIX_PCRE POSTFIX_VERP PLIST_SRC= ${PKGDIR}/PLIST |