aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:42:44 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 13:01:54 +0000
commitc965c04fd46c66e4983e681d0997c24217304e94 (patch)
tree9786de736996028a74d318d44708a9a8d0507dfd
parent0f81531d9ee4dc6e1e9caa3b020cfa931a2e9c89 (diff)
downloadports-c965c04fd46c66e4983e681d0997c24217304e94.tar.gz
ports-c965c04fd46c66e4983e681d0997c24217304e94.zip
devel/boost-python-libs: Simplify STRIP_CMD
-rw-r--r--devel/boost-python-libs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile
index ab4c171bd10f..8ff3c1fc48fd 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -67,7 +67,6 @@ post-install:
-e "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" \
-e "s|%%PYTHON_LIBDIR%%|${PYTHON_LIBDIR}|g" \
-e "s|%%PYTHON_VERSION%%|${PYTHON_VERSION}|g" ${PKGMESSAGE}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libboost_numpy*.so.${BOOST_SHARED_LIB_VER}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libboost_python*.so.${BOOST_SHARED_LIB_VER}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libboost_*.so
.include <bsd.port.post.mk>