Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:40:54 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: 83ef7c0059b4 - main - textproc/fist: Moved man to share/man
Message-ID:  <202401302140.40ULesm4051482@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=83ef7c0059b421bd8a8ca3003c1a06464fbb956d

commit 83ef7c0059b421bd8a8ca3003c1a06464fbb956d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 21:36:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 21:39:34 +0000

    textproc/fist: Moved man to share/man
---
 textproc/fist/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/textproc/fist/Makefile b/textproc/fist/Makefile
index 30ddfc4cf627..15119c8d0e8e 100644
--- a/textproc/fist/Makefile
+++ b/textproc/fist/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fist
 PORTVERSION=	4.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	https://www.fourmilab.ch/fist/
 
@@ -11,8 +12,9 @@ LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/fist \
-		man/man1/fist.1.gz
+		share/man/man1/fist.1.gz
 
 .include <bsd.port.mk>



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