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/python2 | |
parent | 0a9c3f072b20e17c33f6792deb25a27d062eca71 (diff) |
Notes
Diffstat (limited to 'lang/python2')
-rw-r--r-- | lang/python2/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/python2/Makefile b/lang/python2/Makefile index 7cb83c9fedd4..6b0e31e0d1b0 100644 --- a/lang/python2/Makefile +++ b/lang/python2/Makefile @@ -46,12 +46,7 @@ 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 .include <bsd.port.post.mk> |