Subject: pkgsrc/doc/guide/Makefile
To: None <tech-pkg@NetBSD.org>
From: Ben Collver <collver@peak.org>
List: tech-pkg
Date: 12/23/2004 11:08:43
Hi tech-pkg,
I am having trouble with 'make extract' in the guide.
Does the following patch look right?
Thank you,
Ben
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 20 Nov 2004 13:24:00 -0000 1.8
+++ Makefile 23 Dec 2004 19:06:02 -0000
@@ -58,6 +58,7 @@
.endif
pre-extract:
+ ${MKDIR} -p ${WRKSRC}
@cd ${FILESDIR} && ${PAX} -rw . ${WRKSRC}
${RM} -f ${WRKSRC}/share/netbsd.dsl \
&& ${LN} -s ../../htdocs/share/xml/netbsd.dsl ${WRKSRC}/share/netbsd.dsl