aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libdiscid
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2016-01-07 23:09:53 +0800
committerjhale <jhale@FreeBSD.org>2016-01-07 23:09:53 +0800
commit3baae50d38c807a386668cc69517dfc47e99421c (patch)
tree8cc804398e3bf646f2f866c2dec789a05ab78fab /audio/libdiscid
parent39c17e34bf1e32b02daae8e44ad434be9e482e24 (diff)
downloadfreebsd-ports-gnome-3baae50d38c807a386668cc69517dfc47e99421c.tar.gz
freebsd-ports-gnome-3baae50d38c807a386668cc69517dfc47e99421c.tar.zst
freebsd-ports-gnome-3baae50d38c807a386668cc69517dfc47e99421c.zip
Use pathfix
Diffstat (limited to 'audio/libdiscid')
-rw-r--r--audio/libdiscid/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/libdiscid/Makefile b/audio/libdiscid/Makefile
index a21531b31fc7..95813dcd0903 100644
--- a/audio/libdiscid/Makefile
+++ b/audio/libdiscid/Makefile
@@ -11,11 +11,7 @@ COMMENT= Library for creating MusicBrainz DiscIDs
LICENSE= LGPL21
-USES= cmake
+USES= cmake pathfix
USE_LDCONFIG= yes
-post-patch:
- ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
- ${WRKSRC}/CMakeLists.txt
-
.include <bsd.port.mk>