summaryrefslogtreecommitdiff
path: root/x11/xneko
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-06-20 09:20:38 +0000
committeragc <agc@pkgsrc.org>1998-06-20 09:20:38 +0000
commite8939e27f45c2e24d6fb771aeb513797b74530a7 (patch)
tree16265870b263730c987bda8634fce05ff80db8e2 /x11/xneko
parenta38b7c161e07f03e6272f656125f54299bd66ee7 (diff)
downloadpkgsrc-e8939e27f45c2e24d6fb771aeb513797b74530a7.tar.gz
Make packages which use NetBSD's bsd.man.mk work with automatic manual
page handling.
Diffstat (limited to 'x11/xneko')
-rw-r--r--x11/xneko/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/xneko/Makefile b/x11/xneko/Makefile
index 80f57713a6a..6fbd01f9666 100644
--- a/x11/xneko/Makefile
+++ b/x11/xneko/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/05/28 08:29:42 frueauf Exp $
+# $NetBSD: Makefile,v 1.6 1998/06/20 09:20:40 agc Exp $
# FreeBSD Id: Makefile,v 1.6 1997/03/12 08:21:35 asami Exp
#
@@ -13,7 +13,10 @@ USE_X11= yes
IGNOREFILES= ${DISTFILES}
WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko
-# 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"
+
+.ifdef MANZ
+MANCOMPRESSED= yes
+.endif
.include "../../mk/bsd.pkg.mk"