Skip to content

Commit

Permalink
www/mhonarc: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 7c212a5 commit 1b176e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion www/mhonarc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mhonarc
PORTVERSION= 2.6.24
PORTREVISION= 1
CATEGORIES= www mail

MAINTAINER= kerndtr@kerndt.com
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions www/mhonarc/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 1b176e6

Please sign in to comment.