diff options
-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} |