From 7437bb03f6cf3851abc811d12e9364c542a16aaf Mon Sep 17 00:00:00 2001 From: agc Date: Sat, 20 Jun 1998 09:20:38 +0000 Subject: Make packages which use NetBSD's bsd.man.mk work with automatic manual page handling. --- devel/libscsi/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'devel/libscsi') 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" -- cgit v1.2.3