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
commit05c69880428c0d719662037e953957f6828c9857 (patch)
treec09b850cd9ebe47afe7cbcf1b0c2852c811bddfd /textproc/nbsed
parent65ec270a6337dd24f503c8747cc07b1d3f12ab20 (diff)
downloadpkgsrc-05c69880428c0d719662037e953957f6828c9857.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"