Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 18:40:46 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: 45e3dec53090 - main - x11-wm/transset: Moved man to share/man
Message-ID:  <202402261840.41QIek6c043402@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=45e3dec5309097bf6b40e1d8967875a7c5dac7e2

commit 45e3dec5309097bf6b40e1d8967875a7c5dac7e2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 17:57:20 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 18:40:25 +0000

    x11-wm/transset: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 x11-wm/transset/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-wm/transset/Makefile b/x11-wm/transset/Makefile
index 7368948cc24d..14cbf0e9f699 100644
--- a/x11-wm/transset/Makefile
+++ b/x11-wm/transset/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	transset
 PORTVERSION=	1.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	x11-wm
 
@@ -11,6 +11,8 @@ WWW=		https://forchheimer.se/transset-df/
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 xorgproto
 
-PLIST_FILES=	bin/transset man/man1/transset.1.gz
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
+PLIST_FILES=	bin/transset share/man/man1/transset.1.gz
 
 .include <bsd.port.mk>



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