diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-01-05 20:02:03 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-01-05 20:02:03 +0000 |
commit | 2c43c07183b7dd04d6878cb6b421a417e8871057 (patch) | |
tree | c7c8b5d263f8fd187e65af3dad981ad626141a6a /security/py-bcrypt | |
parent | dfce33f4701d6e0f92863a459498c31bd507c865 (diff) |
Notes
Diffstat (limited to 'security/py-bcrypt')
-rw-r--r-- | security/py-bcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile index a81ca37f3231..8c7dce26f9a0 100644 --- a/security/py-bcrypt/Makefile +++ b/security/py-bcrypt/Makefile @@ -3,6 +3,7 @@ PORTNAME= bcrypt PORTVERSION= 3.1.4 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +24,6 @@ do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bcrypt/_bcrypt.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bcrypt/_bcrypt*.so .include <bsd.port.mk> |