diff options
author | reed <reed@pkgsrc.org> | 2005-03-31 20:53:15 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-03-31 20:53:15 +0000 |
commit | 885e658aefe8642bbefaa99090d2af1ecd0f75ab (patch) | |
tree | 5e0f8e3b2dec372d429d60e0338e3d9243950972 | |
parent | d91892bf5e5b50d74fb3bb2645a5aa65b3dbff20 (diff) | |
download | pkgsrc-885e658aefe8642bbefaa99090d2af1ecd0f75ab.tar.gz |
Use INSTALLATION_DIRS to precreate man directories.
My bulk build had a text pkg/man/man2 file which was the
people(2) man page.
-rw-r--r-- | misc/asr-manpages/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |