aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-ming
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:07:36 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:31 +0000
commit04b574d27e23bf7e8b0585b43d8932e6f5b9bd42 (patch)
treea2961775956c04bf9b822df3ef1b6ce558dd2c91 /graphics/py-ming
parentd8e8a24accbafe8d3a16deeccc8254b1afaf485f (diff)
downloadports-04b574d27e23bf7e8b0585b43d8932e6f5b9bd42.tar.gz
ports-04b574d27e23bf7e8b0585b43d8932e6f5b9bd42.zip
graphics/py-ming: Cosmetic change
Diffstat (limited to 'graphics/py-ming')
-rw-r--r--graphics/py-ming/Makefile2
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>