diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 12:52:16 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 12:52:16 +0000 |
commit | b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3 (patch) | |
tree | cd8c58782d4a55a3ccb7f237a1ddf7a407abffa8 /devel/py-zope.app.container | |
parent | cc505d89c18fae47bc5cf89631be5e8a836b2bfe (diff) |
Notes
Diffstat (limited to 'devel/py-zope.app.container')
-rw-r--r-- | devel/py-zope.app.container/Makefile | 3 | ||||
-rw-r--r-- | devel/py-zope.app.container/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-zope.app.container/Makefile b/devel/py-zope.app.container/Makefile index 2334e730b60b..3f44f75e8cab 100644 --- a/devel/py-zope.app.container/Makefile +++ b/devel/py-zope.app.container/Makefile @@ -32,8 +32,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:${PORTSDIR}/devel/py-zope.br DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> diff --git a/devel/py-zope.app.container/pkg-descr b/devel/py-zope.app.container/pkg-descr index 59756e9ae3db..d84aeb94e825 100644 --- a/devel/py-zope.app.container/pkg-descr +++ b/devel/py-zope.app.container/pkg-descr @@ -1,3 +1,3 @@ Zope Container. -WWW: http://pypi.python.org/pypi/zope.app.container +WWW: https://pypi.python.org/pypi/zope.app.container/ |