diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:07:36 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:57:31 +0000 |
commit | 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42 (patch) | |
tree | a2961775956c04bf9b822df3ef1b6ce558dd2c91 /graphics/py-ming | |
parent | d8e8a24accbafe8d3a16deeccc8254b1afaf485f (diff) | |
download | ports-04b574d27e23bf7e8b0585b43d8932e6f5b9bd42.tar.gz ports-04b574d27e23bf7e8b0585b43d8932e6f5b9bd42.zip |
Diffstat (limited to 'graphics/py-ming')
-rw-r--r-- | graphics/py-ming/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-ming/Makefile b/graphics/py-ming/Makefile index ab4ddedefc4f..3c6041cf362f 100644 --- a/graphics/py-ming/Makefile +++ b/graphics/py-ming/Makefile @@ -42,6 +42,6 @@ post-patch: @${LN} -fs ${LOCALBASE}/include/ming ${WRKSRC}/src post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_mingc*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include <bsd.port.mk> |