diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-07 16:46:13 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-07 16:46:13 +0800 |
commit | abc13adafbe333fd6d65662c7fc85f479877f0b7 (patch) | |
tree | 99806ed2724f400b07d7eaaa1711b84c79821037 | |
parent | d5439d7d675aa4bc17b3363a29e1f2f9abd05b72 (diff) | |
download | freebsd-ports-gnome-abc13adafbe333fd6d65662c7fc85f479877f0b7.tar.gz freebsd-ports-gnome-abc13adafbe333fd6d65662c7fc85f479877f0b7.tar.zst freebsd-ports-gnome-abc13adafbe333fd6d65662c7fc85f479877f0b7.zip |
Fix .pc path
Reported by: Herbert J. Skuhra <herbert@mailbox.org>
Pointyhat to: bapt
-rw-r--r-- | x11/xcb-util-xrm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xcb-util-xrm/Makefile b/x11/xcb-util-xrm/Makefile index 96059154582a..4e2105e13983 100644 --- a/x11/xcb-util-xrm/Makefile +++ b/x11/xcb-util-xrm/Makefile @@ -14,10 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxcb-util.so:x11/xcb-util -USES= libtool pathfix pkgconfig tar:bzip2 +USES= libtool pkgconfig tar:bzip2 INSTALL_TARGET= install-strip GNU_CONFIGURE= yes USE_XORG= xcb USE_LDCONFIG= yes +post-patch: + @${REINPLACE_CMD} -e "s,/pkgconfig,data/pkgconfig,g" ${WRKSRC}/configure + .include <bsd.port.mk> |