Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 17:03:58 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: 831bccf9239a - main - x11-fonts/fslsfonts: Moved man to share/man
Message-ID:  <202402261703.41QH3weB076564@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=831bccf9239a4379f585c564fc4c639ee5b19709

commit 831bccf9239a4379f585c564fc4c639ee5b19709
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 17:02:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 17:02:36 +0000

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

diff --git a/x11-fonts/fslsfonts/Makefile b/x11-fonts/fslsfonts/Makefile
index 7e3206c917d0..ba249fe6b69b 100644
--- a/x11-fonts/fslsfonts/Makefile
+++ b/x11-fonts/fslsfonts/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fslsfonts
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,6 +10,8 @@ WWW=		https://www.x.org/
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 libfs
 
-PLIST_FILES=	bin/fslsfonts man/man1/fslsfonts.1.gz
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
+PLIST_FILES=	bin/fslsfonts share/man/man1/fslsfonts.1.gz
 
 .include <bsd.port.mk>



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