diff options
author | kim <kim> | 2000-10-29 05:41:06 +0000 |
---|---|---|
committer | kim <kim> | 2000-10-29 05:41:06 +0000 |
commit | 689261a87e1e3e038e5eca5288c136ce71975f88 (patch) | |
tree | 055f312e603a423fd48c24f4eaa2ca2f9bce6f0f /mail | |
parent | 3af37027f7893bb7734ab0e74446bccedd12c077 (diff) | |
download | pkgsrc-689261a87e1e3e038e5eca5288c136ce71975f88.tar.gz |
MANINSTALL no longer plays a role with this package.
Diffstat (limited to 'mail')
-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 |