summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2016-10-04 06:18:32 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2016-10-04 06:18:32 +0000
commit2ab4f3e77d12bad3c54aced3aa9257d978110957 (patch)
tree08221937e7bdf0f6fca91d674e2658c6d87749d4 /Mk
parentUpdate Perforce ports due to micropatching. (diff)
Teach pathfix.mk about LIB_DESTINATION
Some cmake projects use LIB_DESTINATION/pkgconfig to install the pc-files. For example: * deskutils/libstreamanalyzer * sysutils/polkit-qt{,5} * x11-toolkits/attica By adding this, we can convert these ports to use pathfix instead of an uncessessary patch-foo or confusing sed call. Reviewed by: mat Approved by: portmgr (mat), mat (mentor) Differential Revision: https://reviews.freebsd.org/D8141
Notes
Notes: svn path=/head/; revision=423237
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/pathfix.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/Uses/pathfix.mk b/Mk/Uses/pathfix.mk
index 73af954c7628..c120b6f785f1 100644
--- a/Mk/Uses/pathfix.mk
+++ b/Mk/Uses/pathfix.mk
@@ -27,6 +27,7 @@ pathfix:
's|[{]CMAKE_INSTALL_LIBDIR[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \
s|[{]INSTALL_LIB_DIR[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \
s|[{]INSTALL_LIBDIR[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \
+ s|[{]LIB_DESTINATION[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \
s|[{]LIB_DIR[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \
s|[{]LIB_INSTALL_DIR[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \
s|[{]KDE_INSTALL_LIBDIR[}]/pkgconfig|{CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|g ; \