diff options
author | jhale <jhale@FreeBSD.org> | 2016-01-07 23:09:53 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-01-07 23:09:53 +0800 |
commit | 3baae50d38c807a386668cc69517dfc47e99421c (patch) | |
tree | 8cc804398e3bf646f2f866c2dec789a05ab78fab /audio/libdiscid | |
parent | 39c17e34bf1e32b02daae8e44ad434be9e482e24 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |