summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"