Create the WRKSRC directory before copying the sources to there.
This commit is contained in:
parent
475873cc14
commit
0931af2e35
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue