svn commit: r383600 - head/Mk/Uses
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 8 18:32:19 UTC 2015
Author: antoine
Date: Wed Apr 8 18:32:18 2015
New Revision: 383600
URL: https://svnweb.freebsd.org/changeset/ports/383600
Log:
Fix a typo
With hat: portmgr
Modified:
head/Mk/Uses/waf.mk
Modified: head/Mk/Uses/waf.mk
==============================================================================
--- head/Mk/Uses/waf.mk Wed Apr 8 18:20:13 2015 (r383599)
+++ head/Mk/Uses/waf.mk Wed Apr 8 18:32:18 2015 (r383600)
@@ -44,6 +44,6 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \
DESTDIRNAME= --destdir
# Set a minimal job of 1
-_MAKE_JOBS= -j${MAKE_JOBS_NUMVER}
+_MAKE_JOBS= -j${MAKE_JOBS_NUMBER}
.endif
More information about the svn-ports-head
mailing list