summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/bonnie/Makefile9
-rw-r--r--comms/modemd/Makefile9
-rw-r--r--devel/libscsi/Makefile9
-rw-r--r--misc/colorls/Makefile9
-rw-r--r--misc/team/Makefile9
-rw-r--r--net/dip/Makefile11
-rw-r--r--net/ttcp/Makefile9
-rw-r--r--x11/xneko/Makefile9
8 files changed, 49 insertions, 25 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index 65cfa8e92b0..269a8b97453 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:20 frueauf Exp $
+# $NetBSD: Makefile,v 1.8 1998/06/20 09:20:38 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger Exp
#
@@ -12,8 +12,11 @@ MAINTAINER= packages@netbsd.org
NO_CONFIGURE= 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"
+
+.ifdef MANZ
+MANCOMPRESSED= yes
+.endif
post-extract:
${MV} ${WRKSRC}/Bonnie.c ${WRKSRC}/bonnie.c
diff --git a/comms/modemd/Makefile b/comms/modemd/Makefile
index 4a05425838b..fe514f3fc92 100644
--- a/comms/modemd/Makefile
+++ b/comms/modemd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/04/15 10:38:17 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/06/20 09:20:39 agc Exp $
DISTNAME= modemd-970221
CATEGORIES= comms
@@ -6,8 +6,11 @@ MASTER_SITES= ftp://ftp.vix.com/pub/modemd/
MAINTAINER= tsarna@endicor.com
-# 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
pre-install:
${MKDIR} ${PREFIX}/share/examples/modemd
diff --git a/devel/libscsi/Makefile b/devel/libscsi/Makefile
index 86b11acfcd1..a3c825ab824 100644
--- a/devel/libscsi/Makefile
+++ b/devel/libscsi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/05/03 21:23:00 frueauf Exp $
+# $NetBSD: Makefile,v 1.2 1998/06/20 09:20:39 agc Exp $
#
DISTNAME= libscsi-1.6
@@ -9,7 +9,10 @@ MAINTAINER= packages@netbsd.org
MAKE_ENV= LIBDIR=${PREFIX}/lib MANDIR=${PREFIX}/man
-# 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"
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile
index 80179144add..1978a62368d 100644
--- a/misc/colorls/Makefile
+++ b/misc/colorls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/05/21 14:06:37 frueauf Exp $
+# $NetBSD: Makefile,v 1.8 1998/06/20 09:20:39 agc Exp $
# FreeBSD Id: Makefile,v 1.13 1997/04/30 03:18:06 asami Exp
#
@@ -12,8 +12,11 @@ MAINTAINER= packages@netbsd.org
WRKSRC= ${WRKDIR}/ls
-# 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
pre-patch:
${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
diff --git a/misc/team/Makefile b/misc/team/Makefile
index f63b627231b..5669fccc408 100644
--- a/misc/team/Makefile
+++ b/misc/team/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/05/22 13:52:12 frueauf Exp $
+# $NetBSD: Makefile,v 1.11 1998/06/20 09:20:39 agc Exp $
# FreeBSD Id: Makefile,v 1.6 1997/04/30 03:18:06 asami Exp
#
@@ -8,7 +8,10 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= packages@netbsd.org
-# 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"
diff --git a/net/dip/Makefile b/net/dip/Makefile
index 97a04642e4d..a3609d247de 100644
--- a/net/dip/Makefile
+++ b/net/dip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/05/09 15:24:44 frueauf Exp $
+# $NetBSD: Makefile,v 1.5 1998/06/20 09:20:40 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/04/30 03:18:07 asami Exp
#
@@ -14,7 +14,10 @@ MAINTAINER= packages@netbsd.org
NO_CONFIGURE= 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"
-.include <../../mk/bsd.pkg.mk>
+.ifdef MANZ
+MANCOMPRESSED= yes
+.endif
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/ttcp/Makefile b/net/ttcp/Makefile
index f5401b1223a..e4376f1ae17 100644
--- a/net/ttcp/Makefile
+++ b/net/ttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/04/15 10:38:40 agc Exp $
+# $NetBSD: Makefile,v 1.11 1998/06/20 09:20:40 agc Exp $
#
DISTNAME= ttcp
@@ -12,7 +12,10 @@ MAINTAINER= thorpej@NetBSD.ORG
NO_CONFIGURE= yes
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"
+
+.ifdef MANZ
+MANCOMPRESSED= yes
+.endif
.include "../../mk/bsd.pkg.mk"
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"