diff options
author | reed <reed> | 2005-03-31 20:53:15 +0000 |
---|---|---|
committer | reed <reed> | 2005-03-31 20:53:15 +0000 |
commit | 29c000fb348cf027ce0641c7f05a74e20a2008cf (patch) | |
tree | 5e0f8e3b2dec372d429d60e0338e3d9243950972 /misc | |
parent | 399b95c98a3ff1e7a9ee781b7605ad350f1d524b (diff) | |
download | pkgsrc-29c000fb348cf027ce0641c7f05a74e20a2008cf.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.
Diffstat (limited to 'misc')
-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 |