diff options
author | reed <reed@pkgsrc.org> | 2005-03-26 03:55:44 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-03-26 03:55:44 +0000 |
commit | 5df1174fd9fa0389e2ed37884784bd5cb4c32221 (patch) | |
tree | 3ae1367a8bc63c4caf28ddb71ee172eb5951583c /devel/sfio | |
parent | bc686180a00bf63a35186cface1c5502127ff55e (diff) | |
download | pkgsrc-5df1174fd9fa0389e2ed37884784bd5cb4c32221.tar.gz |
Use INSTALLATION_DIRS to pre-create man/man3.
(Else man3 would become a manpage and break many other installs.)
Diffstat (limited to 'devel/sfio')
-rw-r--r-- | devel/sfio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile index 199a58dc4eb..1e399138004 100644 --- a/devel/sfio/Makefile +++ b/devel/sfio/Makefile @@ -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 @@ COMMENT= Safe and Fast IO library WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= man/man3 + do-extract: @${MKDIR} ${WRKDIR} cd ${WRKDIR} && ${PAX} -O -rf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} |