pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/sfio Use INSTALLATION_DIRS to pre-create man/man3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbdbb0399abb
branches:  trunk
changeset: 491585:cbdbb0399abb
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Mar 26 03:55:44 2005 +0000

description:
Use INSTALLATION_DIRS to pre-create man/man3.
(Else man3 would become a manpage and break many other installs.)

diffstat:

 devel/sfio/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5a8212b43d19 -r cbdbb0399abb devel/sfio/Makefile
--- a/devel/sfio/Makefile       Sat Mar 26 03:49:03 2005 +0000
+++ b/devel/sfio/Makefile       Sat Mar 26 03:55:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/01/20 12:13:29 agc Exp $
+# $NetBSD: Makefile,v 1.13 2005/03/26 03:55:44 reed Exp $
 #
 
 # pkgsrc/mail/sendmail (as of 8.11.0) specifically wants 1999, not 2000.
@@ -20,6 +20,8 @@
 
 WRKSRC=                ${WRKDIR}
 
+INSTALLATION_DIRS=     man/man3
+
 do-extract:
        @${MKDIR} ${WRKDIR}
        cd ${WRKDIR} && ${PAX} -O -rf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}



Home | Main Index | Thread Index | Old Index