Date: Sun, 29 Jan 2017 17:11:58 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432786 - head/devel/pkgconf Message-ID: <201701291711.v0THBw38085481@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jan 29 17:11:58 2017 New Revision: 432786 URL: https://svnweb.freebsd.org/changeset/ports/432786 Log: Install the .pc file in the right place PR: 216577 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/pkg-plist Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Sun Jan 29 16:50:04 2017 (r432785) +++ head/devel/pkgconf/Makefile Sun Jan 29 17:11:58 2017 (r432786) @@ -2,6 +2,7 @@ PORTNAME= pkgconf PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \ http://files.etoilebsd.net/pkgconf/ @@ -11,7 +12,7 @@ COMMENT= Utility to help to configure co LICENSE= ISCL -USES= tar:xz libtool +USES= tar:xz libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Modified: head/devel/pkgconf/pkg-plist ============================================================================== --- head/devel/pkgconf/pkg-plist Sun Jan 29 16:50:04 2017 (r432785) +++ head/devel/pkgconf/pkg-plist Sun Jan 29 17:11:58 2017 (r432786) @@ -8,7 +8,7 @@ lib/libpkgconf.a lib/libpkgconf.so lib/libpkgconf.so.2 lib/libpkgconf.so.2.0.0 -lib/pkgconfig/libpkgconf.pc +libdata/pkgconfig/libpkgconf.pc man/man1/pkgconf.1.gz share/aclocal/pkg.m4 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701291711.v0THBw38085481>