From e79db6c98a342e9e1958af3156be5b0cfe1da47f Mon Sep 17 00:00:00 2001
From: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Date: Mon, 25 Oct 2021 23:07:04 +0800
Subject: [PATCH] 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>
-- 
GitLab