diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-01 21:03:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-01 21:03:25 +0800 |
commit | 90c29cca255cfd1665d8132e185fa401329ad673 (patch) | |
tree | b8124e1b26d3492a2efdf76a075756366da04991 /lang/python | |
parent | d0966178b740c628954c7eb37143a02d12fefe0e (diff) | |
download | freebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.tar.gz freebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.tar.zst freebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.zip |
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693
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 \ |