aboutsummaryrefslogtreecommitdiff
path: root/lang/python/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-08 19:07:04 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-08 19:07:04 +0000
commit29d695a4dd682d8fde72b43d4189b1dd5aa5501c (patch)
treee5377acb050d789e263131c269e7918fa78f62b7 /lang/python/Makefile
parent5eeadd9cd10e851eed27b0a8ffee0f925b0c51d6 (diff)
downloadports-29d695a4dd682d8fde72b43d4189b1dd5aa5501c.tar.gz
ports-29d695a4dd682d8fde72b43d4189b1dd5aa5501c.zip
- Remove distinfo, same informaion can (and should) be retrieved from
${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo - Use ${SYSCTL}
Notes
Notes: svn path=/head/; revision=237437
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r--lang/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 77e04b526742..a9d98dba9fef 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -32,7 +32,7 @@ XARGS_CMD= ${XARGS} -0
PORTUPGRADE_CMD= ${LOCALBASE}/sbin/portmaster
PORTUPGRADE_ARGS?= ""
PKG_WHICH_CMD= /usr/sbin/pkg_info -qW
-JOBS= sysctl -n kern.smp.cpus
+JOBS= ${SYSCTL} -n kern.smp.cpus
XARGS_CMD= ${XARGS} -L 1 -0 -P $$(${JOBS})
.endif