diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-04 11:46:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-04 11:46:51 +0000 |
commit | 1f3637e1dfb8c2eafd7b254daa40c74c30f4105e (patch) | |
tree | 725b106e03e452841df393a300bb8183259c302f | |
parent | e725445cb101c266a1355828dbc5fb780277e0f2 (diff) |
- Use PYDISTUTILS_AUTOPLIST (generated package was empty)
- Remove infozip dependency
Notes
Notes:
svn path=/head/; revision=347012
-rw-r--r-- | devel/py-Products.ResourceRegistries/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-Products.ResourceRegistries/Makefile b/devel/py-Products.ResourceRegistries/Makefile index a08c2422b3aa..190e8cc232b5 100644 --- a/devel/py-Products.ResourceRegistries/Makefile +++ b/devel/py-Products.ResourceRegistries/Makefile @@ -2,10 +2,11 @@ PORTNAME= Products.ResourceRegistries PORTVERSION= 2.2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +EXTRACT_SUFX= .zip DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org @@ -25,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. USE_PYTHON= 2 USE_PYDISTUTILS= yes -USE_ZIP= yes +PYDISTUTILS_AUTOPLIST= yes USES= zope .include <bsd.port.mk> |