diff options
Diffstat (limited to 'www/thttpd')
-rw-r--r-- | www/thttpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 17e0444260b..d628877847b 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/11/24 23:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2007/06/14 11:50:51 obache Exp $ DISTNAME= thttpd-2.25b PKGREVISION= 5 @@ -37,6 +37,8 @@ SUBST_FILES.paths= thttpd.conf SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g' SUBST_STAGE.paths= post-patch +MAKE_JOBS_SAFE= no + post-extract: ${CP} ${FILESDIR}/thttpd.conf ${WRKSRC} |