diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-30 21:12:43 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-30 21:12:43 +0000 |
commit | f70343fa8455b483d7404d3df8b0bede97fbcbaa (patch) | |
tree | f237e587d416ba112cad440f6c5bf04f4641ec2b /security/py-bcrypt | |
parent | 4581def365411e5033693b7ee8ab459cc45a85ed (diff) | |
download | ports-f70343fa8455b483d7404d3df8b0bede97fbcbaa.tar.gz ports-f70343fa8455b483d7404d3df8b0bede97fbcbaa.zip |
Notes
Diffstat (limited to 'security/py-bcrypt')
-rw-r--r-- | security/py-bcrypt/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile index 874df5c85234..0183db2a72be 100644 --- a/security/py-bcrypt/Makefile +++ b/security/py-bcrypt/Makefile @@ -22,8 +22,6 @@ USE_PYTHON= distutils autoplist CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PROJECTHOST= py-bcrypt - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bcrypt/_bcrypt.so |