git: e79db6c98a34 - main - astro/py-astlib: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:02:03 UTC
The branch main has been updated by sunpoet:

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

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

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

diff --git a/astro/py-astlib/Makefile b/astro/py-astlib/Makefile
index 5179f0913ae3..d02053803d5c 100644
--- a/astro/py-astlib/Makefile
+++ b/astro/py-astlib/Makefile
@@ -25,6 +25,6 @@ USE_PYTHON=	autoplist concurrent distutils
 PORTSCOUT=	skipv:0.15,0.17,0.17.1 # incorrect versioning upstream
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/PyWCSTools/*.so
+	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
 .include <bsd.port.mk>