diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-06-06 16:38:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-06-06 16:38:00 +0000 |
commit | 9de6aff58e9e34227f73dd6b173ff5c839a4060e (patch) | |
tree | 0be08adf0fe80b8395b02fa2e847a02229478066 /audio/lv2 | |
parent | Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB. (diff) |
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/Makefile | 4 |
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} {} + |