diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-08 16:02:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-08 16:02:37 +0000 |
commit | ed3c9b1569ef96cae230a58a792e1d680e3d2f71 (patch) | |
tree | 88df022b2baf400afda6793627bb86ee7ef5aed3 /security/py-paramiko | |
parent | 411e4d852880909ab3d20027af8b73683bb698c7 (diff) | |
download | ports-ed3c9b1569ef96cae230a58a792e1d680e3d2f71.tar.gz ports-ed3c9b1569ef96cae230a58a792e1d680e3d2f71.zip |
Notes
Diffstat (limited to 'security/py-paramiko')
-rw-r--r-- | security/py-paramiko/Makefile | 7 |
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) |