svn commit: r326337 - head/x11-fonts/cyr-rfx
Mikhail Teterin
mi at FreeBSD.org
Thu Sep 5 01:38:04 UTC 2013
Author: mi
Date: Thu Sep 5 01:38:03 2013
New Revision: 326337
URL: http://svnweb.freebsd.org/changeset/ports/326337
Log:
Remove the manual setting of the -j argument to make -- the hack
predates MAKE_JOBS_(UN)?SAFE and is no longer necessary.
No other changes.
Modified:
head/x11-fonts/cyr-rfx/Makefile
Modified: head/x11-fonts/cyr-rfx/Makefile
==============================================================================
--- head/x11-fonts/cyr-rfx/Makefile Wed Sep 4 23:24:55 2013 (r326336)
+++ head/x11-fonts/cyr-rfx/Makefile Thu Sep 5 01:38:03 2013 (r326337)
@@ -27,8 +27,6 @@ USE_XORG= x11
CYR_RFX_ENCODING?= koi8-o
WRKSRC= ${WRKDIR}/${CYR_RFX_ENCODING}
-NCPUS!= /sbin/sysctl -n hw.ncpu 2> /dev/null || echo 1
-MAKE_ARGS+= -j ${NCPUS}
MAKEFILE= ${FILESDIR}/Makefile.bdf2pcf
INST_DIR= "lib/X11/fonts/${PORTNAME}"
MAKE_ENV+= INST_DIR="${LOCALBASE}/${INST_DIR}" MKDIR="${MKDIR}"
More information about the svn-ports-all
mailing list