aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/py-ssh/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/py-ssh/Makefile b/security/py-ssh/Makefile
index 77d8867c1980..63500c418735 100644
--- a/security/py-ssh/Makefile
+++ b/security/py-ssh/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ssh
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +14,7 @@ COMMENT= Python SSH2 protocol library
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE= yes
.include <bsd.port.mk>