From 90c29cca255cfd1665d8132e185fa401329ad673 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 1 Sep 2014 13:03:25 +0000 Subject: 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 --- lang/python/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lang/python') 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 \ -- cgit