aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-05-14 18:06:38 +0800
committergerald <gerald@FreeBSD.org>2014-05-14 18:06:38 +0800
commit8816ff1ec05f3e7d2a255aadff20c9106d50b0ca (patch)
tree58ee9bc606434664e566bccff5e92c2d01ed018d /graphics
parent6f66722a21f6a6b1bc420ecc225f7f4a002eb86a (diff)
downloadfreebsd-ports-gnome-8816ff1ec05f3e7d2a255aadff20c9106d50b0ca.tar.gz
freebsd-ports-gnome-8816ff1ec05f3e7d2a255aadff20c9106d50b0ca.tar.zst
freebsd-ports-gnome-8816ff1ec05f3e7d2a255aadff20c9106d50b0ca.zip
Stage (dropping easy_install and using auto plist instead of pkg-plist).
PR: 188912 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-blockdiagcontrib-cisco/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/graphics/py-blockdiagcontrib-cisco/Makefile b/graphics/py-blockdiagcontrib-cisco/Makefile
index 37c723f901c2..131993cb1508 100644
--- a/graphics/py-blockdiagcontrib-cisco/Makefile
+++ b/graphics/py-blockdiagcontrib-cisco/Makefile
@@ -12,15 +12,7 @@ COMMENT= Networking shapes for blockdiag designed by Cisco
RUN_DEPENDS= ${PKGNAMEPREFIX}blockdiag>=0.8.0:${PORTSDIR}/graphics/py-blockdiag
USE_PYTHON= 2
-USE_PYDISTUTILS= easy_install
-
-NO_STAGE= yes
-x-generate-plist:
- ${FIND} ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG} -type f | ${SORT} | \
- ${SED} -e 's,${PYTHON_SITELIBDIR},%%PYTHON_SITELIBDIR%%,' \
- -e 's,${PYEASYINSTALL_EGG},%%PYEASYINSTALL_EGG%%,' >> pkg-plist.new
- ${FIND} ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG} -type d -depth | ${SORT} -r | \
- ${SED} -e 's,${PYTHON_SITELIBDIR},@dirrm %%PYTHON_SITELIBDIR%%,' \
- -e 's,${PYEASYINSTALL_EGG},%%PYEASYINSTALL_EGG%%,' >> pkg-plist.new
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>