git: c965c04fd46c - main - devel/boost-python-libs: Simplify STRIP_CMD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:17:29 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c965c04fd46c66e4983e681d0997c24217304e94
commit c965c04fd46c66e4983e681d0997c24217304e94
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:42:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:01:54 +0000
devel/boost-python-libs: Simplify STRIP_CMD
---
devel/boost-python-libs/Makefile | 3 +--
1 file changed, 1 insertion(+), 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>