diff options
author | joerg <joerg@pkgsrc.org> | 2011-03-27 16:52:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-03-27 16:52:29 +0000 |
commit | cd323cc8705ce2bfd4d9e778848cfc474aa75a3e (patch) | |
tree | 67ae184505a39117b2ba683187f3186362fbda1a /www | |
parent | fb16fd2c3fb24656460e6174da5764e4e353f23f (diff) | |
download | pkgsrc-cd323cc8705ce2bfd4d9e778848cfc474aa75a3e.tar.gz |
Not MAKE_JOBS_SAFE
Diffstat (limited to 'www')
-rw-r--r-- | www/w3c-httpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index 4e06a50624b..1f616921fa2 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/06/20 01:09:43 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2011/03/27 16:52:29 joerg Exp $ DISTNAME= w3c-httpd-3.0A PKGREVISION= 1 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.w3.org/Daemon/ COMMENT= WWW server from the W3 Consortium (W3C) PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR} BUILD_TARGET= build-all |