diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-14 07:12:41 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-14 07:12:41 +0000 |
commit | 6c14338b3d1368d5796e4ac56849a5092d3a63a6 (patch) | |
tree | bdb73a5712b24dede52184613bfff6118297927f /devel/sfio | |
parent | c9191d192d4c97ab6062303d8761712944ab8134 (diff) | |
download | pkgsrc-6c14338b3d1368d5796e4ac56849a5092d3a63a6.tar.gz |
Needs pre-created directories.
Diffstat (limited to 'devel/sfio')
-rw-r--r-- | devel/sfio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile index 964b502e216..756cb092334 100644 --- a/devel/sfio/Makefile +++ b/devel/sfio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/02/22 19:26:25 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/10/14 07:12:41 rillig Exp $ # # pkgsrc/mail/sendmail (as of 8.11.0) specifically wants 1999, not 2000. @@ -20,7 +20,7 @@ COMMENT= Safe and Fast IO library WRKSRC= ${WRKDIR} -INSTALLATION_DIRS= ${PKGMANDIR}/man3 +INSTALLATION_DIRS_FROM_PLIST= yes do-extract: @${MKDIR} ${WRKDIR} |