summaryrefslogtreecommitdiff
path: root/textproc/nbsed
diff options
context:
space:
mode:
authorjmc <jmc>2003-08-19 15:54:17 +0000
committerjmc <jmc>2003-08-19 15:54:17 +0000
commit41906113ef8bc74e2d9dbcc243c997de746442ab (patch)
treec09b850cd9ebe47afe7cbcf1b0c2852c811bddfd /textproc/nbsed
parentaad83dd93917d405e8dcccfa4f78e78021d43eb2 (diff)
downloadpkgsrc-41906113ef8bc74e2d9dbcc243c997de746442ab.tar.gz
Need to mkdir WRKSRC before trying to pax into it
Diffstat (limited to 'textproc/nbsed')
-rw-r--r--textproc/nbsed/Makefile3
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"