aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 21:42:36 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 22:35:24 +0000
commit345d6075545a573f3c5fc72ca270595cf2f6d977 (patch)
tree8cef9fbf5a718f8d9410cf2ef0ecc7172474cbe5
parentee70e94df00aa176bf5bbe46895a9f6abd306e5c (diff)
downloadports-345d6075545a573f3c5fc72ca270595cf2f6d977.tar.gz
ports-345d6075545a573f3c5fc72ca270595cf2f6d977.zip
textproc/jo: Moved man to share/man
-rw-r--r--textproc/jo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/jo/Makefile b/textproc/jo/Makefile
index ebaa6b0500e4..bc843fc53367 100644
--- a/textproc/jo/Makefile
+++ b/textproc/jo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jo
PORTVERSION= 1.6
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://github.com/jpmens/${PORTNAME}/releases/download/${PORTVERSION}/
@@ -11,10 +12,11 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/jo \
etc/bash_completion.d/jo.bash \
- man/man1/jo.1.gz \
+ share/man/man1/jo.1.gz \
share/zsh/site-functions/_jo
.include <bsd.port.mk>