aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-plone.app.layout
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-03-04 19:29:45 +0800
committerantoine <antoine@FreeBSD.org>2014-03-04 19:29:45 +0800
commit132ce3873578677056f85f1665e5a8dfc736f86f (patch)
tree48fced0710df41e45302473335908814e3721b88 /www/py-plone.app.layout
parentcbad734e461840aa446c0815d44e1c64916045ab (diff)
downloadfreebsd-ports-gnome-132ce3873578677056f85f1665e5a8dfc736f86f.tar.gz
freebsd-ports-gnome-132ce3873578677056f85f1665e5a8dfc736f86f.tar.zst
freebsd-ports-gnome-132ce3873578677056f85f1665e5a8dfc736f86f.zip
- Use PYDISTUTILS_AUTOPLIST (generated package was empty)
- Remove infozip dependency
Diffstat (limited to 'www/py-plone.app.layout')
-rw-r--r--www/py-plone.app.layout/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-plone.app.layout/Makefile b/www/py-plone.app.layout/Makefile
index b4827f3dfff7..e6b5e78d0c88 100644
--- a/www/py-plone.app.layout/Makefile
+++ b/www/py-plone.app.layout/Makefile
@@ -2,10 +2,11 @@
PORTNAME= plone.app.layout
PORTVERSION= 2.3.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+EXTRACT_SUFX= .zip
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
@@ -36,7 +37,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.viewletmanager>=1.2:${PORTSDIR}/ww
USE_PYTHON= 2
USE_PYDISTUTILS= yes
-USE_ZIP= yes
+PYDISTUTILS_AUTOPLIST= yes
USES= zope
.include <bsd.port.mk>