diff options
Diffstat (limited to 'devel/py-zope.app.content/Makefile')
-rw-r--r-- | devel/py-zope.app.content/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-zope.app.content/Makefile b/devel/py-zope.app.content/Makefile index 7c3ce967c39b..f0924456c6ee 100644 --- a/devel/py-zope.app.content/Makefile +++ b/devel/py-zope.app.content/Makefile @@ -2,9 +2,11 @@ PORTNAME= zope.app.content PORTVERSION= 3.5.1 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope Content Type @@ -16,10 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.componentvocabulary>=0:${PORTSDIR}/deve ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |