pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide Create the WRKSRC directory before copying t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/860f8e761221
branches:  trunk
changeset: 486180:860f8e761221
user:      ben <ben%pkgsrc.org@localhost>
date:      Fri Dec 24 13:35:54 2004 +0000

description:
Create the WRKSRC directory before copying the sources to there.

diffstat:

 doc/guide/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ed1e111b4c34 -r 860f8e761221 doc/guide/Makefile
--- a/doc/guide/Makefile        Fri Dec 24 12:53:47 2004 +0000
+++ b/doc/guide/Makefile        Fri Dec 24 13:35:54 2004 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index