git: 1b176e64626d - main - www/mhonarc: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 13:15:41 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b176e64626db0f0cd715fe373284ce1d6df431d commit 1b176e64626db0f0cd715fe373284ce1d6df431d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 12:57:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 13:15:12 +0000 www/mhonarc: Moved man to share/man Approved by: portmgr (blanket) --- www/mhonarc/Makefile | 3 ++- www/mhonarc/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/www/mhonarc/Makefile b/www/mhonarc/Makefile index 27cecef11dad..5e9eb39ae405 100644 --- a/www/mhonarc/Makefile +++ b/www/mhonarc/Makefile @@ -1,5 +1,6 @@ PORTNAME= mhonarc PORTVERSION= 2.6.24 +PORTREVISION= 1 CATEGORIES= www mail MAINTAINER= kerndtr@kerndt.com @@ -19,7 +20,7 @@ NO_ARCH= yes INSTALL_ARGS= -prefix ${STAGEDIR} -binpath ${STAGEDIR}${PREFIX}/bin \ -libpath ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} \ - -manpath ${STAGEDIR}${PREFIX}/man \ + -manpath ${STAGEDIR}${PREFIX}/share/man \ -batch OPTIONS_DEFINE= DOCS diff --git a/www/mhonarc/pkg-plist b/www/mhonarc/pkg-plist index 427e573b552f..caa4052c1a69 100644 --- a/www/mhonarc/pkg-plist +++ b/www/mhonarc/pkg-plist @@ -2,10 +2,10 @@ bin/mha-dbedit bin/mha-dbrecover bin/mha-decode bin/mhonarc -man/man1/mha-dbedit.1.gz -man/man1/mha-dbrecover.1.gz -man/man1/mha-decode.1.gz -man/man1/mhonarc.1.gz +share/man/man1/mha-dbedit.1.gz +share/man/man1/mha-dbrecover.1.gz +share/man/man1/mha-decode.1.gz +share/man/man1/mhonarc.1.gz %%SITE_PERL%%/MHonArc/Char.pm %%SITE_PERL%%/MHonArc/Char/JP.pm %%SITE_PERL%%/MHonArc/Char/KR.pm