summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoragc <agc>1998-06-20 09:20:38 +0000
committeragc <agc>1998-06-20 09:20:38 +0000
commit7437bb03f6cf3851abc811d12e9364c542a16aaf (patch)
tree16265870b263730c987bda8634fce05ff80db8e2 /net
parent8ce76a6a1872d28562cc6da4ffdab2ff9fd5bac1 (diff)
downloadpkgsrc-7437bb03f6cf3851abc811d12e9364c542a16aaf.tar.gz
Make packages which use NetBSD's bsd.man.mk work with automatic manual
page handling.
Diffstat (limited to 'net')
-rw-r--r--net/dip/Makefile11
-rw-r--r--net/ttcp/Makefile9
2 files changed, 13 insertions, 7 deletions
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"