diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-23 12:43:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-23 12:43:36 +0000 |
commit | 8c1bfc92e7e5ca6c75733d1cbfda88241aa67d75 (patch) | |
tree | f9153eefaf221fd2fdb2677a4573e44483f560ab /devel/boost-python-libs | |
parent | devel/boost-libs: drop old cross-build support after r421583 (diff) |
devel/boost-libs: drop compat links after r322328
PR: 199601
Suggested by: bapt
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=426905
Diffstat (limited to 'devel/boost-python-libs')
-rw-r--r-- | devel/boost-python-libs/Makefile | 3 | ||||
-rw-r--r-- | devel/boost-python-libs/pkg-plist | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index 6486a560c8eb..422012cf5f9f 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -26,9 +26,6 @@ do-build: # build the library @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} --with-python stage -# do not break compat yet - @cd ${WRKSRC}/stage/lib && \ - ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.${PORTVERSION}}.5; done ) do-install: @cd ${WRKSRC}/stage/lib && ${PAX} -rw -p p libboost* ${STAGEDIR}${PREFIX}/lib diff --git a/devel/boost-python-libs/pkg-plist b/devel/boost-python-libs/pkg-plist index d3ab285a3dab..a61020bfa8b5 100644 --- a/devel/boost-python-libs/pkg-plist +++ b/devel/boost-python-libs/pkg-plist @@ -1,4 +1,3 @@ lib/libboost_python.a lib/libboost_python.so -lib/libboost_python.so.%%COMPAT_LIB_VER%% lib/libboost_python.so.%%BOOST_SHARED_LIB_VER%% |