git: 345d6075545a - main - textproc/jo: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 22:36:01 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=345d6075545a573f3c5fc72ca270595cf2f6d977
commit 345d6075545a573f3c5fc72ca270595cf2f6d977
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 21:42:36 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 22:35:24 +0000
textproc/jo: Moved man to share/man
---
textproc/jo/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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>