From 35ddad36f95eb05fff30ddca8e990b9ceb35bc36 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sat, 4 May 2013 14:06:08 +0000 Subject: - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino With hat: portmgr --- editors/libreoffice/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'editors/libreoffice') diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 34fcc540edde..e9d18baeb812 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -84,12 +84,6 @@ DIST_SUBDIR= libreoffice LODESTDIR= ${WRKDIR}/loinstall WRKSRC= ${WRKDIR}/${PORTNAME}-${LOVERSION} -.if defined(DISABLE_MAKE_JOBS) -MAKE_JOBS_NUMBER= 1 -.else -MAKE_JOBS_NUMBER?= `${SYSCTL} -n kern.smp.cpus` -.endif - CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \ GPERF=${LOCALBASE}/bin/gperf \ PYTHON_CFLAGS="`${PYTHON_VERSION}-config --cflags`" \ -- cgit