Skip to content

Commit

Permalink
devel/boost-python-libs: Simplify STRIP_CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jan 30, 2023
1 parent 0f81531 commit c965c04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devel/boost-python-libs/Makefile
Expand Up @@ -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>

0 comments on commit c965c04

Please sign in to comment.