diff options
author | ben <ben> | 2004-12-24 13:35:54 +0000 |
---|---|---|
committer | ben <ben> | 2004-12-24 13:35:54 +0000 |
commit | 4d998cf45d43af8f5fab05cfaee9ec3df0891081 (patch) | |
tree | cda750d6c5258f2df55c482286fccc8224f68e75 /doc | |
parent | d36123fcd812f7ca270bcc908b4cd92a33bce61b (diff) | |
download | pkgsrc-4d998cf45d43af8f5fab05cfaee9ec3df0891081.tar.gz |
Create the WRKSRC directory before copying the sources to there.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide/Makefile b/doc/guide/Makefile index 72904ce4abb..7a14f549cc0 100644 --- a/doc/guide/Makefile +++ b/doc/guide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/11/20 13:24:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/24 13:35:54 ben Exp $ # DISTNAME= htdocs-share-20041021 @@ -58,6 +58,7 @@ GHOSTSCRIPT_REQD= 7.05 .endif pre-extract: + ${MKDIR} ${WRKSRC} @cd ${FILESDIR} && ${PAX} -rw . ${WRKSRC} ${RM} -f ${WRKSRC}/share/netbsd.dsl \ && ${LN} -s ../../htdocs/share/xml/netbsd.dsl ${WRKSRC}/share/netbsd.dsl |