Date: Wed, 8 Mar 2017 13:47:59 +0000 (UTC) From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435686 - head/devel/pkgconf Message-ID: <201703081347.v28Dlxdq068072@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Wed Mar 8 13:47:59 2017 New Revision: 435686 URL: https://svnweb.freebsd.org/changeset/ports/435686 Log: Revert the search path change. Modified: head/devel/pkgconf/Makefile Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Wed Mar 8 13:19:21 2017 (r435685) +++ head/devel/pkgconf/Makefile Wed Mar 8 13:47:59 2017 (r435686) @@ -2,7 +2,7 @@ PORTNAME= pkgconf PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 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}/libdata/pkgconfig:${PREFIX}/lib/pkgconfig:/usr/libdata/pkgconfig \ +CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/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?201703081347.v28Dlxdq068072>