aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 21:36:26 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 21:39:34 +0000
commit83ef7c0059b421bd8a8ca3003c1a06464fbb956d (patch)
treead093608b345682991ddc6479d1c5279b0881428
parentef34db7d968757ec961d0516c361dd46403ee773 (diff)
downloadports-83ef7c0059b421bd8a8ca3003c1a06464fbb956d.tar.gz
ports-83ef7c0059b421bd8a8ca3003c1a06464fbb956d.zip
textproc/fist: Moved man to share/man
-rw-r--r--textproc/fist/Makefile4
1 files changed, 3 insertions, 1 deletions
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>