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