summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 23:07:36 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 23:57:31 +0800
commit04b574d27e23bf7e8b0585b43d8932e6f5b9bd42 (patch)
treea2961775956c04bf9b822df3ef1b6ce558dd2c91
parentgraphics/py-beziers: Update to 0.4.0 (diff)
graphics/py-ming: Cosmetic change
-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>