pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/asr-manpages Use INSTALLATION_DIRS to precreate m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce5148cbde24
branches:  trunk
changeset: 491895:ce5148cbde24
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Mar 31 20:53:15 2005 +0000

description:
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:

 misc/asr-manpages/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 87d23c1a75fb -r ce5148cbde24 misc/asr-manpages/Makefile
--- a/misc/asr-manpages/Makefile        Thu Mar 31 19:55:09 2005 +0000
+++ b/misc/asr-manpages/Makefile        Thu Mar 31 20:53:15 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index