diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index c2389e6b0862..089998731567 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -1,37 +1,38 @@ PORTNAME= pkgconf PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.ariadne.space/${PORTNAME}/ PATCH_SITES= ${WWW}/commit/ \ https://github.com/${PORTNAME}/${PORTNAME}/commit/ PATCHFILES= 652aff97906d7eadca6fe727b16f6511d8dbfe05.patch:-p1 # NOTE: before committing to this port, contact portmgr to arrange for an # experimental ports run. Untested commits may be backed out at portmgr's # discretion. MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to help to configure compiler and linker flags WWW= https://gitea.treehouse.systems/ariadne/${PORTNAME} LICENSE= ISCL TEST_DEPENDS= kyua:devel/kyua USES= cpe tar:xz libtool pathfix GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip USE_LDCONFIG= yes TEST_TARGET= check CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig:${PREFIX}/share/pkgconfig \ --with-system-libdir=/usr/lib \ --with-system-includedir=/usr/include OPTIONS_DEFINE= DOCS post-install: ${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config .include diff --git a/devel/pkgconf/pkg-plist b/devel/pkgconf/pkg-plist index 82dc738abea1..b0072cf6c6ce 100644 --- a/devel/pkgconf/pkg-plist +++ b/devel/pkgconf/pkg-plist @@ -1,20 +1,20 @@ bin/bomtool bin/pkg-config bin/pkgconf include/pkgconf/libpkgconf/bsdstubs.h include/pkgconf/libpkgconf/iter.h include/pkgconf/libpkgconf/libpkgconf-api.h include/pkgconf/libpkgconf/libpkgconf.h include/pkgconf/libpkgconf/stdinc.h lib/libpkgconf.a lib/libpkgconf.so lib/libpkgconf.so.4 lib/libpkgconf.so.4.0.0 libdata/pkgconfig/libpkgconf.pc -man/man1/pkgconf.1.gz -man/man5/pc.5.gz -man/man5/pkgconf-personality.5.gz -man/man7/pkg.m4.7.gz +share/man/man1/pkgconf.1.gz +share/man/man5/pc.5.gz +share/man/man5/pkgconf-personality.5.gz +share/man/man7/pkg.m4.7.gz share/aclocal/pkg.m4 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README.md