Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:02:41 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 04b574d27e23 - main - graphics/py-ming: Cosmetic change
Message-ID:  <202110251602.19PG2fbI079275@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=04b574d27e23bf7e8b0585b43d8932e6f5b9bd42

commit 04b574d27e23bf7e8b0585b43d8932e6f5b9bd42
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:07:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:31 +0000

    graphics/py-ming: Cosmetic change
---
 graphics/py-ming/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251602.19PG2fbI079275>