diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-27 18:03:20 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-27 18:03:20 +0000 |
commit | 75a6657bad3c6aa6be08ef92e9486ba9500b4c23 (patch) | |
tree | 6a27e7266bd39c3fcb191001855bfe4a0dbd79e1 /www | |
parent | d18d6239206d1bc69b93fe5ff6599ef2d5283d43 (diff) | |
download | ports-75a6657bad3c6aa6be08ef92e9486ba9500b4c23.tar.gz ports-75a6657bad3c6aa6be08ef92e9486ba9500b4c23.zip |
Mark MAKE_JOBS_SAFE for parallel building.
Notes
Notes:
svn path=/head/; revision=231126
Diffstat (limited to 'www')
-rw-r--r-- | www/man2web/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/man2web/Makefile b/www/man2web/Makefile index 370f9cf22c71..e7b8e09edc44 100644 --- a/www/man2web/Makefile +++ b/www/man2web/Makefile @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --bindir="${PREFIX}/${CGIDIR}" \ --sysconfdir="${PREFIX}/etc" \ --with-manpath=/usr/share/man:${LOCALBASE}/man \ --with-distro=freebsd --enable-lynx +MAKE_JOBS_SAFE= yes PLIST_SUB= CGIDIR="${CGIDIR}" CGIDIR= www/cgi-bin |