Date: Thu, 5 Sep 2013 01:38:04 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326337 - head/x11-fonts/cyr-rfx Message-ID: <201309050138.r851c4j7012913@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050138.r851c4j7012913>