diff options
author | jmc <jmc@pkgsrc.org> | 2003-08-19 15:54:17 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-08-19 15:54:17 +0000 |
commit | b7798aab3147e1ca89c6ad4a28204c8729c9e398 (patch) | |
tree | c09b850cd9ebe47afe7cbcf1b0c2852c811bddfd /textproc/nbsed | |
parent | c06ce4682b24c1392c957b54b8d7034d4c1fb719 (diff) | |
download | pkgsrc-b7798aab3147e1ca89c6ad4a28204c8729c9e398.tar.gz |
Need to mkdir WRKSRC before trying to pax into it
Diffstat (limited to 'textproc/nbsed')
-rw-r--r-- | textproc/nbsed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile index f319f5a47e6..d06353d7ef3 100644 --- a/textproc/nbsed/Makefile +++ b/textproc/nbsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/08/18 17:34:54 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/19 15:54:17 jmc Exp $ DISTNAME= nbsed-20030818 CATEGORIES= textproc pkgtools @@ -14,6 +14,7 @@ NO_CHECKSUM= # defined GNU_CONFIGURE= # defined post-extract: + ${MKDIR} ${WRKSRC} cd ${FILESDIR} && ${PAX} -rwpe . ${WRKSRC} .include "../../mk/bsd.pkg.mk" |