Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 12:36:25 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: c12310a1f347 - main - textproc/soothsayer: Moved man to share/man
Message-ID:  <202402261236.41QCaP1K016104@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=c12310a1f347b614d7a5c1628bb45a940166bac5

commit c12310a1f347b614d7a5c1628bb45a940166bac5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 12:01:39 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 12:35:27 +0000

    textproc/soothsayer: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/soothsayer/Makefile  | 3 ++-
 textproc/soothsayer/pkg-plist | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/textproc/soothsayer/Makefile b/textproc/soothsayer/Makefile
index 2b0a9bfe6955..ceeeb5081f20 100644
--- a/textproc/soothsayer/Makefile
+++ b/textproc/soothsayer/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	soothsayer
 PORTVERSION=	0.6.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	SF/presage/${PORTNAME}/${PORTVERSION}
 
@@ -14,6 +14,7 @@ BUILD_DEPENDS=	help2man:misc/help2man
 
 USES=		compiler libtool localbase ncurses pkgconfig sqlite
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ENV=	ac_cv_path_CPPUNIT_CONFIG=no \
 		ac_cv_path_PYTHON=no \
 		ac_cv_path_SWIG=no \
diff --git a/textproc/soothsayer/pkg-plist b/textproc/soothsayer/pkg-plist
index 5dda387c8951..b094accec948 100644
--- a/textproc/soothsayer/pkg-plist
+++ b/textproc/soothsayer/pkg-plist
@@ -9,10 +9,10 @@ lib/libsoothsayer.a
 lib/libsoothsayer.so
 lib/libsoothsayer.so.0
 lib/libsoothsayer.so.0.0.0
-man/man1/soothsayer_demo.1.gz
-man/man1/soothsayer_demo_text.1.gz
-man/man1/soothsayer_simulator.1.gz
-man/man1/text2ngram.1.gz
+share/man/man1/soothsayer_demo.1.gz
+share/man/man1/soothsayer_demo_text.1.gz
+share/man/man1/soothsayer_simulator.1.gz
+share/man/man1/text2ngram.1.gz
 var/soothsayer/abbreviations_en.txt
 var/soothsayer/abbreviations_it.txt
 var/soothsayer/database_en.db



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