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 | 34e410a1b0aa7c862a8f0acb098520f461110dd0 (patch) | |
tree | 5e59751dece6a2c4363adee041d392647acb9b2e /www/thttpd/Makefile | |
parent | aef225fdc6ce05d1687296ba96c5d95cf0c3d715 (diff) | |
download | pkgsrc-34e410a1b0aa7c862a8f0acb098520f461110dd0.tar.gz |
MAKE_JOBS_SAFE=no, reported in PR 36441.
Diffstat (limited to 'www/thttpd/Makefile')
-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} |