diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 13:03:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 13:03:25 +0000 |
commit | d96aa38d95dc8d9885acec0a826cf0fd17199648 (patch) | |
tree | b8124e1b26d3492a2efdf76a075756366da04991 /lang/python | |
parent | 0a9c3f072b20e17c33f6792deb25a27d062eca71 (diff) |
Notes
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 5 |
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 \ |