diff options
author | agc <agc> | 1998-06-20 09:20:38 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-20 09:20:38 +0000 |
commit | 973b5f98ba3b2e95563632f6772d64e696af359d (patch) | |
tree | 16265870b263730c987bda8634fce05ff80db8e2 /net/ttcp | |
parent | 015f8fbd8595b46bc42a2bb633056188624779ad (diff) | |
download | pkgsrc-973b5f98ba3b2e95563632f6772d64e696af359d.tar.gz |
Make packages which use NetBSD's bsd.man.mk work with automatic manual
page handling.
Diffstat (limited to 'net/ttcp')
-rw-r--r-- | net/ttcp/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
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" |