git: 83ef7c0059b4 - main - textproc/fist: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 21:40:54 UTC
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>