Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 20:39:03 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: 2050172b8895 - main - x11/xrestop: Moved man to share/man
Message-ID:  <202402262039.41QKd3dU039259@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=2050172b889513a41d8033709de0c3eed7263608

commit 2050172b889513a41d8033709de0c3eed7263608
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 19:28:31 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 20:38:40 +0000

    x11/xrestop: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 x11/xrestop/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile
index 39f92a44950b..9a290ef8bfe0 100644
--- a/x11/xrestop/Makefile
+++ b/x11/xrestop/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xrestop
 PORTVERSION=	0.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11
 
 MAINTAINER=	ports@FreeBSD.org
@@ -10,6 +10,7 @@ WWW=		https://www.freedesktop.org/wiki/Software/xrestop/
 USES=		gmake pkgconfig ncurses xorg xorg-cat:app
 USE_XORG=	x11 xext xrender xt xres xorgproto
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_GITLAB=	yes
 GL_TAGNAME=	5e3d606e9e055c2442e90285b6fe7ffdc2f721b8
 
@@ -17,6 +18,6 @@ CONFIGURE_ENV=	XLIBS="-L${LOCALBASE}/lib -lX11"
 LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-I${LOCALBASE}/include
 
-PLIST_FILES=	bin/xrestop man/man1/xrestop.1.gz
+PLIST_FILES=	bin/xrestop share/man/man1/xrestop.1.gz
 
 .include <bsd.port.mk>



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