svn commit: r432786 - head/devel/pkgconf

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 29 17:12:00 UTC 2017


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 at 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


More information about the svn-ports-head mailing list