aboutsummaryrefslogtreecommitdiff
path: root/security/py-paramiko
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-08 16:02:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-08 16:02:37 +0000
commited3c9b1569ef96cae230a58a792e1d680e3d2f71 (patch)
tree88df022b2baf400afda6793627bb86ee7ef5aed3 /security/py-paramiko
parent411e4d852880909ab3d20027af8b73683bb698c7 (diff)
downloadports-ed3c9b1569ef96cae230a58a792e1d680e3d2f71.tar.gz
ports-ed3c9b1569ef96cae230a58a792e1d680e3d2f71.zip
- Fix build
Pointyhat to: sbz
Notes
Notes: svn path=/head/; revision=343358
Diffstat (limited to 'security/py-paramiko')
-rw-r--r--security/py-paramiko/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile
index e96ce47e5c3f..2e5298bf5362 100644
--- a/security/py-paramiko/Makefile
+++ b/security/py-paramiko/Makefile
@@ -3,6 +3,7 @@
PORTNAME= paramiko
PORTVERSION= 1.12.1
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,14 +20,8 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
-EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-
OPTIONS_DEFINE= EXAMPLES
-post-install:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC}/demos && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
-
regression-test: extract
@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)