Index: head/devel/pkgconf/Makefile =================================================================== --- head/devel/pkgconf/Makefile (revision 432785) +++ head/devel/pkgconf/Makefile (revision 432786) @@ -1,27 +1,28 @@ # $FreeBSD$ PORTNAME= pkgconf PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \ http://files.etoilebsd.net/pkgconf/ MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to help to configure compiler and linker flags LICENSE= ISCL -USES= tar:xz libtool +USES= tar:xz libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes TEST_TARGET= check 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" post-install: ${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config .include Index: head/devel/pkgconf/pkg-plist =================================================================== --- head/devel/pkgconf/pkg-plist (revision 432785) +++ head/devel/pkgconf/pkg-plist (revision 432786) @@ -1,15 +1,15 @@ bin/pkg-config bin/pkgconf include/pkgconf/libpkgconf/bsdstubs.h include/pkgconf/libpkgconf/iter.h include/pkgconf/libpkgconf/libpkgconf.h include/pkgconf/libpkgconf/stdinc.h 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 %%PORTDOCS%%%%DOCSDIR%%/README.md