Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 19:56:35 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: 2a4310d4a719 - main - textproc/hunspell: Impelled to share/man
Message-ID:  <202401231956.40NJuZmP098462@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=2a4310d4a7199e9100bb05732fac4a2d30c4d9f8

commit 2a4310d4a7199e9100bb05732fac4a2d30c4d9f8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 19:11:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 19:56:18 +0000

    textproc/hunspell: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/hunspell/Makefile  |  2 ++
 textproc/hunspell/pkg-plist | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile
index ab64e60ac388..3bc19668090f 100644
--- a/textproc/hunspell/Makefile
+++ b/textproc/hunspell/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	hunspell
 PORTVERSION=	1.7.2
+PORTREVISION=	1
 MASTER_SITES=	https://github.com/hunspell/hunspell/releases/download/v${PORTVERSION}/
 CATEGORIES=	textproc
 DIST_SUBDIR=	${PORTNAME}
@@ -19,6 +20,7 @@ USE_PERL5=	run
 
 CONFIGURE_ARGS=	--disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
diff --git a/textproc/hunspell/pkg-plist b/textproc/hunspell/pkg-plist
index 047fa7b645ac..ec4e71568426 100644
--- a/textproc/hunspell/pkg-plist
+++ b/textproc/hunspell/pkg-plist
@@ -21,9 +21,9 @@ lib/libhunspell-%%SHLIB_VER%%.so
 lib/libhunspell-%%SHLIB_VER%%.so.0
 lib/libhunspell-%%SHLIB_VER%%.so.0.0.1
 libdata/pkgconfig/hunspell.pc
-man/hu/man1/hunspell.1.gz
-man/man1/hunspell.1.gz
-man/man1/hunzip.1.gz
-man/man1/hzip.1.gz
-man/man3/hunspell.3.gz
-man/man5/hunspell.5.gz
+share/man/hu/man1/hunspell.1.gz
+share/man/man1/hunspell.1.gz
+share/man/man1/hunzip.1.gz
+share/man/man1/hzip.1.gz
+share/man/man3/hunspell.3.gz
+share/man/man5/hunspell.5.gz



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