diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-23 14:06:01 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-23 14:51:21 +0000 |
commit | 22df68efb039217dd57e71e333bc7da04cabb89f (patch) | |
tree | 8121a1d7f0929fce12bfaab183a5ed6cc9c7701f | |
parent | 29558775fe530bc3703093ed74967fffc79869a6 (diff) |
devel/pkgconf: Impelled to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | devel/pkgconf/Makefile | 3 | ||||
-rw-r--r-- | devel/pkgconf/pkg-plist | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index c2389e6b0862..089998731567 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -1,6 +1,6 @@ PORTNAME= pkgconf PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://distfiles.ariadne.space/${PORTNAME}/ @@ -22,6 +22,7 @@ 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 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 @@ -11,10 +11,10 @@ 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 |