svn commit: r418166 - head/x11/xcb-util-xrm

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 7 08:46:14 UTC 2016


Author: bapt
Date: Thu Jul  7 08:46:13 2016
New Revision: 418166
URL: https://svnweb.freebsd.org/changeset/ports/418166

Log:
  Fix .pc path
  
  Reported by:	Herbert J. Skuhra <herbert at mailbox.org>
  Pointyhat to:	bapt

Modified:
  head/x11/xcb-util-xrm/Makefile

Modified: head/x11/xcb-util-xrm/Makefile
==============================================================================
--- head/x11/xcb-util-xrm/Makefile	Thu Jul  7 08:42:55 2016	(r418165)
+++ head/x11/xcb-util-xrm/Makefile	Thu Jul  7 08:46:13 2016	(r418166)
@@ -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>


More information about the svn-ports-all mailing list