diff options
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" |