Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 13:39:56 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: 9ce564ace5e3 - main - x11/libXres: Moved man to share/man
Message-ID:  <202401281339.40SDduA6074902@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=9ce564ace5e3bddafa6ada9e5555dbc69d63fa66

commit 9ce564ace5e3bddafa6ada9e5555dbc69d63fa66
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-28 12:30:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-28 13:39:30 +0000

    x11/libXres: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 x11/libXres/Makefile  |  3 +++
 x11/libXres/pkg-plist | 12 ++++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile
index 3a00a8e3b2c1..30405312bab0 100644
--- a/x11/libXres/Makefile
+++ b/x11/libXres/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libXres
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -15,4 +16,6 @@ INSTALL_TARGET=	install-strip
 CPE_PRODUCT=	libxres
 CPE_VENDOR=	x
 
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
 .include <bsd.port.mk>
diff --git a/x11/libXres/pkg-plist b/x11/libXres/pkg-plist
index df7ceefa1b31..6ca13f371352 100644
--- a/x11/libXres/pkg-plist
+++ b/x11/libXres/pkg-plist
@@ -4,9 +4,9 @@ lib/libXRes.so
 lib/libXRes.so.1
 lib/libXRes.so.1.0.0
 libdata/pkgconfig/xres.pc
-man/man3/XRes.3.gz
-man/man3/XResQueryClients.3.gz
-man/man3/XResQueryClientPixmapBytes.3.gz
-man/man3/XResQueryClientResources.3.gz
-man/man3/XResQueryExtension.3.gz
-man/man3/XResQueryVersion.3.gz
+share/man/man3/XRes.3.gz
+share/man/man3/XResQueryClients.3.gz
+share/man/man3/XResQueryClientPixmapBytes.3.gz
+share/man/man3/XResQueryClientResources.3.gz
+share/man/man3/XResQueryExtension.3.gz
+share/man/man3/XResQueryVersion.3.gz



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