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 /security/py-zope.app.security | |
parent | cc505d89c18fae47bc5cf89631be5e8a836b2bfe (diff) | |
download | ports-b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3.tar.gz ports-b0bdf33f31ecdd685398b44fda2a52dbc1dc19d3.zip |
Notes
Diffstat (limited to 'security/py-zope.app.security')
-rw-r--r-- | security/py-zope.app.security/Makefile | 3 | ||||
-rw-r--r-- | security/py-zope.app.security/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/py-zope.app.security/Makefile b/security/py-zope.app.security/Makefile index c4d23f815f6e..94d931d2ca95 100644 --- a/security/py-zope.app.security/Makefile +++ b/security/py-zope.app.security/Makefile @@ -26,7 +26,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.app.localpermission>=0:${PORTSDIR}/secu DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install NO_STAGE= yes + .include <bsd.port.mk> diff --git a/security/py-zope.app.security/pkg-descr b/security/py-zope.app.security/pkg-descr index 49423705c072..6b2ff8c6c83a 100644 --- a/security/py-zope.app.security/pkg-descr +++ b/security/py-zope.app.security/pkg-descr @@ -1,3 +1,3 @@ ZMI Views For Zope3 Security Components. -WWW: http://pypi.python.org/pypi/zope.app.security +WWW: https://pypi.python.org/pypi/zope.app.security/ |