diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-28 02:03:20 +0800 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-28 02:03:20 +0800 |
commit | 75a6657bad3c6aa6be08ef92e9486ba9500b4c23 (patch) | |
tree | 6a27e7266bd39c3fcb191001855bfe4a0dbd79e1 /www/man2web | |
parent | d18d6239206d1bc69b93fe5ff6599ef2d5283d43 (diff) | |
download | freebsd-ports-gnome-75a6657bad3c6aa6be08ef92e9486ba9500b4c23.tar.gz freebsd-ports-gnome-75a6657bad3c6aa6be08ef92e9486ba9500b4c23.tar.zst freebsd-ports-gnome-75a6657bad3c6aa6be08ef92e9486ba9500b4c23.zip |
Mark MAKE_JOBS_SAFE for parallel building.
Diffstat (limited to 'www/man2web')
-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 |