Date: Tue, 7 Mar 2017 12:17:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435598 - head/devel/pkgconf Message-ID: <201703071217.v27CHvx9036194@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703071217.v27CHvx9036194>