diff options
author | rillig <rillig> | 2007-10-14 07:12:41 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-10-14 07:12:41 +0000 |
commit | ee6136aa9383e22d2150e5b2bb028f780815cf66 (patch) | |
tree | bdb73a5712b24dede52184613bfff6118297927f | |
parent | 411f3fcc9a15502757421a13b06b97efa8d9a33a (diff) | |
download | pkgsrc-ee6136aa9383e22d2150e5b2bb028f780815cf66.tar.gz |
Needs pre-created directories.
-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} |