Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 19:56:38 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7182d6b08858 - main - japanese/mecab: Impelled to share/man
Message-ID:  <202401231956.40NJucot098597@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7182d6b08858a64bdf22596e378afde50164ee98

commit 7182d6b08858a64bdf22596e378afde50164ee98
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 19:21:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 19:56:19 +0000

    japanese/mecab: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 japanese/mecab/Makefile  | 3 ++-
 japanese/mecab/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile
index 9fc3ec3c931c..669e24e49274 100644
--- a/japanese/mecab/Makefile
+++ b/japanese/mecab/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mecab
 PORTVERSION=	0.996
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	japanese textproc
 MASTER_SITES=	https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE&dummy=/
 
@@ -20,6 +20,7 @@ USE_LDCONFIG=	yes
 USE_PERL5=	build
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	ac_cv_lib_stdcpp_main=no
 
 INSTALL_TARGET=	install-strip
diff --git a/japanese/mecab/pkg-plist b/japanese/mecab/pkg-plist
index 070ad8640b23..853483475b03 100644
--- a/japanese/mecab/pkg-plist
+++ b/japanese/mecab/pkg-plist
@@ -11,4 +11,4 @@ libexec/mecab/mecab-dict-gen
 libexec/mecab/mecab-dict-index
 libexec/mecab/mecab-system-eval
 libexec/mecab/mecab-test-gen
-man/man1/mecab.1.gz
+share/man/man1/mecab.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231956.40NJucot098597>