svn commit: r435598 - head/devel/pkgconf

Antoine Brodin antoine at FreeBSD.org
Tue Mar 7 12:17:59 UTC 2017


Author: antoine
Date: Tue Mar  7 12:17:57 2017
New Revision: 435598
URL: https://svnweb.freebsd.org/changeset/ports/435598

Log:
  Move ${PREFIX}/libdata/pkgconfig ahead of ${PREFIX}/lib/pkgconfig in pkgconf
  search path
  This fixes packaging of some ports.
  
  With hat:	portmgr

Modified:
  head/devel/pkgconf/Makefile

Modified: head/devel/pkgconf/Makefile
==============================================================================
--- head/devel/pkgconf/Makefile	Tue Mar  7 12:16:56 2017	(r435597)
+++ head/devel/pkgconf/Makefile	Tue Mar  7 12:17:57 2017	(r435598)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pkgconf
 PORTVERSION=	1.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://distfiles.dereferenced.org/pkgconf/ \
 		http://files.etoilebsd.net/pkgconf/
@@ -17,7 +17,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 TEST_TARGET=	check
-CONFIGURE_ARGS=	--with-pkg-config-dir=${PREFIX}/lib/pkgconfig:${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \
+CONFIGURE_ARGS=	--with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:${PREFIX}/lib/pkgconfig:/usr/libdata/pkgconfig \
 		--with-system-libdir=/usr/lib \
 		--with-system-includedir=/usr/include
 MAKE_ARGS=	MANDIR="${MAN1PREFIX}/man/man1"


More information about the svn-ports-all mailing list