diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-22 02:40:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-22 02:40:40 +0800 |
commit | da04691b8db5261011ff8addccb3f2fb776fd0fe (patch) | |
tree | 77cbf3519ac1523fee7010788834143c45d5443b | |
parent | cca925923a71b33ed2a1b95bd0998b50ea6cddd3 (diff) | |
download | freebsd-ports-gnome-da04691b8db5261011ff8addccb3f2fb776fd0fe.tar.gz freebsd-ports-gnome-da04691b8db5261011ff8addccb3f2fb776fd0fe.tar.zst freebsd-ports-gnome-da04691b8db5261011ff8addccb3f2fb776fd0fe.zip |
- Package something
- Remove infozip dependency
-rw-r--r-- | www/py-plone.app.upgrade/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-plone.app.upgrade/Makefile b/www/py-plone.app.upgrade/Makefile index a0df92a2b233..b57b8707c3e0 100644 --- a/www/py-plone.app.upgrade/Makefile +++ b/www/py-plone.app.upgrade/Makefile @@ -2,10 +2,11 @@ PORTNAME= plone.app.upgrade PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +EXTRACT_SUFX= .zip DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org @@ -50,7 +51,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}borg.localrole>=0:${PORTSDIR}/security/py-bo USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_ZIP= yes +PYDISTUTILS_AUTOPLIST= yes USES= zope .include <bsd.port.mk> |