diff options
author | obache <obache@pkgsrc.org> | 2007-06-14 11:50:51 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-06-14 11:50:51 +0000 |
commit | 40bd37dee50f7ff0e1ab566062aa217842505694 (patch) | |
tree | 5e59751dece6a2c4363adee041d392647acb9b2e /www/thttpd | |
parent | d0f0f611bd59fdfe121527437a8ad01544d176c8 (diff) | |
download | pkgsrc-40bd37dee50f7ff0e1ab566062aa217842505694.tar.gz |
MAKE_JOBS_SAFE=no, reported in PR 36441.
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} |