svn commit: r317203 - head/math/sage
Bryan Drewery
bdrewery at FreeBSD.org
Fri May 3 13:20:10 UTC 2013
Author: bdrewery
Date: Fri May 3 13:20:09 2013
New Revision: 317203
URL: http://svnweb.freebsd.org/changeset/ports/317203
Log:
Respect MAKE
Modified:
head/math/sage/Makefile
Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile Fri May 3 13:17:00 2013 (r317202)
+++ head/math/sage/Makefile Fri May 3 13:20:09 2013 (r317203)
@@ -169,7 +169,7 @@ FPM_FLAG=
.endif
.if !defined(DISABLE_MAKE_JOBS)
-MAKE_ENV+= MAKE="make -j${MAKE_JOBS_NUMBER}"
+MAKE_ENV+= MAKE="${MAKE} -j${MAKE_JOBS_NUMBER}"
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list