From 724b718e193a02c7cd3eb957423de23f0389bd88 Mon Sep 17 00:00:00 2001 From: reed Date: Thu, 31 Mar 2005 20:53:15 +0000 Subject: Use INSTALLATION_DIRS to precreate man directories. My bulk build had a text pkg/man/man2 file which was the people(2) man page. --- misc/asr-manpages/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc/asr-manpages/Makefile') diff --git a/misc/asr-manpages/Makefile b/misc/asr-manpages/Makefile index f0cc3b088ef..f8afaf014f7 100644 --- a/misc/asr-manpages/Makefile +++ b/misc/asr-manpages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/02/21 20:26:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/31 20:53:15 reed Exp $ # DISTNAME= asr.pages @@ -14,6 +14,7 @@ COMMENT= alt.sysadmin.recovery man page distribution NO_CONFIGURE= yes NO_BUILD= yes DIST_SUBDIR= ${PKGNAME} +INSTALLATION_DIRS= man/man1 man/man2 man/man3 man5 man/man8 do-install: ${INSTALL_MAN} ${WRKDIR}/bosskill.8 ${PREFIX}/man/man8 -- cgit v1.2.3