aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:07:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:21 +0000
commite79db6c98a342e9e1958af3156be5b0cfe1da47f (patch)
tree052d1ac7602183006a1e0b5f21c384be67f917cf
parent0816b6544377692d5169cd92911052411658bc9a (diff)
downloadports-e79db6c98a342e9e1958af3156be5b0cfe1da47f.tar.gz
ports-e79db6c98a342e9e1958af3156be5b0cfe1da47f.zip
astro/py-astlib: Cosmetic change
-rw-r--r--astro/py-astlib/Makefile2
1 files changed, 1 insertions, 1 deletions
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>