diff options
Diffstat (limited to 'textproc/py-regex')
-rw-r--r-- | textproc/py-regex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-regex/Makefile b/textproc/py-regex/Makefile index 802761e935bd..0070574f37cc 100644 --- a/textproc/py-regex/Makefile +++ b/textproc/py-regex/Makefile @@ -15,6 +15,6 @@ USES= python USE_PYTHON= autoplist distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/regex/_regex.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/regex/_regex*.so .include <bsd.port.mk> |