svn commit: r466391 - head/devel/py-python-Levenshtein
Yuri Victorovich
yuri at FreeBSD.org
Wed Apr 4 04:37:28 UTC 2018
Author: yuri
Date: Wed Apr 4 04:37:27 2018
New Revision: 466391
URL: https://svnweb.freebsd.org/changeset/ports/466391
Log:
devel/py-python-Levenshtein: Add stripping
Approved by: portmgr blanket
Modified:
head/devel/py-python-Levenshtein/Makefile
Modified: head/devel/py-python-Levenshtein/Makefile
==============================================================================
--- head/devel/py-python-Levenshtein/Makefile Wed Apr 4 04:26:19 2018 (r466390)
+++ head/devel/py-python-Levenshtein/Makefile Wed Apr 4 04:37:27 2018 (r466391)
@@ -16,4 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= distutils autoplist
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/Levenshtein/_levenshtein.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list