Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 14:51:31 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 22df68efb039 - main - devel/pkgconf: Impelled to share/man
Message-ID:  <202401231451.40NEpVrA079018@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=22df68efb039217dd57e71e333bc7da04cabb89f

commit 22df68efb039217dd57e71e333bc7da04cabb89f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 14:06:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 14:51:21 +0000

    devel/pkgconf: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/pkgconf/Makefile  | 3 ++-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231451.40NEpVrA079018>