summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron>1999-05-30 11:43:59 +0000
committertron <tron>1999-05-30 11:43:59 +0000
commit96a51cd2aa469c2156b9480dd8b55ea4ad41536d (patch)
tree86aca2c1fe4b6ae6150297bc2ffc531c5ffb274d /mail
parent8183689975a6e8f1a47afb317d0247ca948ea760 (diff)
downloadpkgsrc-96a51cd2aa469c2156b9480dd8b55ea4ad41536d.tar.gz
Make installation work with "MANZ=1".
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile8
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"