Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 16:27:22 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: fbaf744afc5f - main - x11/xprop: Moved man to share/man
Message-ID:  <202401271627.40RGRMv2038085@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=fbaf744afc5f4ff5b60af11a5af5650c448cc7de

commit fbaf744afc5f4ff5b60af11a5af5650c448cc7de
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-27 14:00:08 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-27 16:26:54 +0000

    x11/xprop: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 x11/xprop/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11/xprop/Makefile b/x11/xprop/Makefile
index 8c4e7d8c200a..e38068ce9db6 100644
--- a/x11/xprop/Makefile
+++ b/x11/xprop/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xprop
 PORTVERSION=	1.2.6
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -12,6 +13,8 @@ EXTRACT_SUFX=	.tar.xz
 USES=		xorg xorg-cat:app
 USE_XORG=	x11
 
-PLIST_FILES=	bin/xprop man/man1/xprop.1.gz
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
+PLIST_FILES=	bin/xprop share/man/man1/xprop.1.gz
 
 .include <bsd.port.mk>



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