summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authoragc <agc>1998-06-22 09:03:07 +0000
committeragc <agc>1998-06-22 09:03:07 +0000
commitced26f5bcb85fa283df55a5465f9f91de9481b9a (patch)
tree7522b109768b3965caaa035ec39c02759630e43e /comms
parent3e69b1f033b3736fc761f3840bd1e3de828386d4 (diff)
downloadpkgsrc-ced26f5bcb85fa283df55a5465f9f91de9481b9a.tar.gz
Explicitly set MANCOMPRESSED if MANZ is set - _MANPAGES is internal to
bsd.pkg.mk, and will go away soon.
Diffstat (limited to 'comms')
-rw-r--r--comms/kermit/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile
index 504ce5dd550..a949d7b6a6e 100644
--- a/comms/kermit/Makefile
+++ b/comms/kermit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/06/19 21:18:06 tron Exp $
+# $NetBSD: Makefile,v 1.9 1998/06/22 09:03:07 agc Exp $
# $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger Exp
#
@@ -14,11 +14,11 @@ RESTRICTED= "'No redistribution' copyright"
MIRROR_DISTFILE= no
NO_WRKSUBDIR= yes
-# Do not list MAN/CAT pages here. It will confuse if MANZ is set.
-# The pkg uses BSD-style-Makefiles itself, so it does the right thing.
+.include "../../mk/bsd.prefs.mk"
-# XXX kludge for problem with automatic manual page handling
-_MANPAGES=
+.ifdef MANZ
+MANCOMPRESSED= yes
+.endif
post-install:
@${MKDIR} ${PREFIX}/share/examples/kermit