aboutsummaryrefslogtreecommitdiff
path: root/audio/lv2
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-06-06 16:38:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-06-06 16:38:00 +0000
commit9de6aff58e9e34227f73dd6b173ff5c839a4060e (patch)
tree0be08adf0fe80b8395b02fa2e847a02229478066 /audio/lv2
parent99761d7f4c63ec86bc8c46be0521c9355618a9e0 (diff)
downloadports-9de6aff58e9e34227f73dd6b173ff5c839a4060e.tar.gz
ports-9de6aff58e9e34227f73dd6b173ff5c839a4060e.zip
Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig into
libdata/pkgconfig. Fix ports that where installing the file in the wrong place. PR: 218067 Submitted by: mat Exp-run by: antoine Reviewed by: rene, antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10129
Notes
Notes: svn path=/head/; revision=442784
Diffstat (limited to 'audio/lv2')
-rw-r--r--audio/lv2/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/lv2/Makefile b/audio/lv2/Makefile
index 30bba7a4b529..93981ef082a1 100644
--- a/audio/lv2/Makefile
+++ b/audio/lv2/Makefile
@@ -39,10 +39,6 @@ EXAMPLES_USE= GNOME=cairo,gtk20
EXAMPLES_CONFIGURE_ENV= CC='${CC} -Wl,--as-needed' # Gtk deps
post-install:
-# Waf doesn't support changing pkg-config data install path
- @${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/*.pc \
- ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
- @${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig/
# Waf doesn't have built-in strip support
@${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} \
-name '*.so' -exec ${STRIP_CMD} {} +