From 625f5fb731cb83634e7ced5b0343ac6709a2f1a0 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Sun, 5 Jan 2014 21:02:29 +0000 Subject: - stop using easy_install for installing - convert to autogenerated packing list - bump PORTREVISION because the resulting packages changed - add staging support as side effect of PYDISTUTILS_AUTOPLIST - move DIST_SUBDIR to more appropriate Makefile "section", and add it where it is missing --- devel/py-zope.filerepresentation/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'devel/py-zope.filerepresentation/Makefile') diff --git a/devel/py-zope.filerepresentation/Makefile b/devel/py-zope.filerepresentation/Makefile index 2506deeb4115..7c8d1f5e5844 100644 --- a/devel/py-zope.filerepresentation/Makefile +++ b/devel/py-zope.filerepresentation/Makefile @@ -2,6 +2,7 @@ PORTNAME= zope.filerepresentation PORTVERSION= 3.6.1 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +16,8 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include -- cgit v1.2.3