Date: Mon, 26 Feb 2024 17:52:51 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: ae3f3fcabe90 - main - x11-fonts/showfont: Moved man to share/man Message-ID: <202402261752.41QHqp5E061530@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=ae3f3fcabe90b7e7f6db306037a5abab9a5c71d4 commit ae3f3fcabe90b7e7f6db306037a5abab9a5c71d4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 17:05:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 17:52:23 +0000 x11-fonts/showfont: Moved man to share/man Approved by: portmgr (blanket) --- x11-fonts/showfont/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-fonts/showfont/Makefile b/x11-fonts/showfont/Makefile index e536672defcd..03d845d0cdbe 100644 --- a/x11-fonts/showfont/Makefile +++ b/x11-fonts/showfont/Makefile @@ -1,5 +1,6 @@ PORTNAME= showfont 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= libfs xorgproto -PLIST_FILES= bin/showfont man/man1/showfont.1.gz +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +PLIST_FILES= bin/showfont share/man/man1/showfont.1.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261752.41QHqp5E061530>