Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 18:33:49 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: bd055f87c93c - main - x11/libXpresent: Moved man to share/man
Message-ID:  <202401281833.40SIXnwD079406@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=bd055f87c93c77246200d72e8851f7780c8ed55b

commit bd055f87c93c77246200d72e8851f7780c8ed55b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-28 18:32:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-28 18:33:18 +0000

    x11/libXpresent: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 x11/libXpresent/Makefile  | 3 +++
 x11/libXpresent/pkg-plist | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11/libXpresent/Makefile b/x11/libXpresent/Makefile
index c9af63f0c576..ef9b672f262b 100644
--- a/x11/libXpresent/Makefile
+++ b/x11/libXpresent/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libXpresent
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -12,6 +13,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		xorg xorg-cat:lib
 USE_XORG=	x11 xfixes xext xorgproto xrandr
 
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>
diff --git a/x11/libXpresent/pkg-plist b/x11/libXpresent/pkg-plist
index 0b8dc297f5a1..0c5c84aa53cc 100644
--- a/x11/libXpresent/pkg-plist
+++ b/x11/libXpresent/pkg-plist
@@ -4,4 +4,4 @@ lib/libXpresent.so
 lib/libXpresent.so.1
 lib/libXpresent.so.1.0.0
 libdata/pkgconfig/xpresent.pc
-man/man3/Xpresent.3.gz
+share/man/man3/Xpresent.3.gz



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