diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-01-05 21:02:29 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-01-05 21:02:29 +0000 |
commit | 625f5fb731cb83634e7ced5b0343ac6709a2f1a0 (patch) | |
tree | 97b90e77b10fadec6ae66ed1a6f2cffef56ba660 /devel/py-zope.filerepresentation/Makefile | |
parent | ebb36017da68573ebe2c9aea21b5304c1329f175 (diff) |
Notes
Diffstat (limited to 'devel/py-zope.filerepresentation/Makefile')
-rw-r--r-- | devel/py-zope.filerepresentation/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
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 <bsd.port.mk> |