diff options
Diffstat (limited to 'www/qt5-webengine/Makefile')
-rw-r--r-- | www/qt5-webengine/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile index 82986332de6c..1cd4e912f5ed 100644 --- a/www/qt5-webengine/Makefile +++ b/www/qt5-webengine/Makefile @@ -19,7 +19,6 @@ PORTNAME= webengine PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} -PORTREVISION= 2 CATEGORIES= www PKGNAMEPREFIX= qt5- @@ -171,4 +170,10 @@ post-build: ${BUILD_WRKSRC}/lib/cmake/Qt5${module}/Qt5${module}Config.cmake .endfor +post-install: + for lib in ${STAGEDIR}${PREFIX}/${QT_LIBDIR_REL}/*.so.${_QT_VERSION:C/-.*//} ; \ + do \ + ${BRANDELF} -t FreeBSD $$lib ; \ + done + .include <bsd.port.post.mk> |