diff options
author | tron <tron@pkgsrc.org> | 1999-05-30 11:43:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-30 11:43:59 +0000 |
commit | 0aabd04359cc17be8ccf79f18912dc9708ab44de (patch) | |
tree | 86aca2c1fe4b6ae6150297bc2ffc531c5ffb274d /mail | |
parent | 01668571c27febe8d7931edc3dcd72afd6349b3f (diff) | |
download | pkgsrc-0aabd04359cc17be8ccf79f18912dc9708ab44de.tar.gz |
Make installation work with "MANZ=1".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index d2fb95acc9d..425912c4d32 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/30 03:47:43 christos Exp $ +# $NetBSD: Makefile,v 1.3 1999/05/30 11:43:59 tron Exp $ PKGNAME= postfix-19990317pl05 DISTNAME= postfix-19990317-pl05 @@ -27,4 +27,10 @@ pre-install: chown root.wheel ${PREFIX}/share/postfix ${PREFIX}/libexec/postfix chmod 755 ${PREFIX}/share/postfix ${PREFIX}/libexec/postfix +.include "../../mk/bsd.prefs.mk" + +.ifdef MANZ +MANCOMPRESSED= yes +.endif + .include "../../mk/bsd.pkg.mk" |