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