aboutsummaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 13:03:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 13:03:25 +0000
commitd96aa38d95dc8d9885acec0a826cf0fd17199648 (patch)
treeb8124e1b26d3492a2efdf76a075756366da04991 /lang/python
parent0a9c3f072b20e17c33f6792deb25a27d062eca71 (diff)
Notes
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 2100e7455d64..30357ebf55fd 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -54,13 +54,8 @@ PORTUPGRADE_CMD= ${LOCALBASE}/sbin/portupgrade
PORTUPGRADE_CMD= ${LOCALBASE}/sbin/portmaster
.endif
-.if defined(WITH_PKGNG)
PKG_LIST= ${PKG_BIN} query -a '%n-%v'
PKG_LIST_FILES= ${PKG_INFO} -l
-.else
-PKG_LIST= ${PKG_INFO} -Ea
-PKG_LIST_FILES= ${PKG_INFO} -L
-.endif
upgrade-site-packages:
@if [ ! -x ${PORTUPGRADE_CMD} ]; then \