From e8939e27f45c2e24d6fb771aeb513797b74530a7 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. --- misc/colorls/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'misc/colorls') diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 80179144add..1978a62368d 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/05/21 14:06:37 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/20 09:20:39 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/04/30 03:18:06 asami Exp # @@ -12,8 +12,11 @@ MAINTAINER= packages@netbsd.org WRKSRC= ${WRKDIR}/ls -# 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 pre-patch: ${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1 -- cgit v1.2.3