Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 19:54:43 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: 48b2e3a506fc - main - math/libqalculate: Moved man to share/man
Message-ID:  <202401291954.40TJshM8043123@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=48b2e3a506fc3a89f2dd3a213434533688823ebc

commit 48b2e3a506fc3a89f2dd3a213434533688823ebc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 18:54:14 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 19:54:19 +0000

    math/libqalculate: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 math/libqalculate/Makefile  | 2 ++
 math/libqalculate/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile
index 5f56819343a0..8d4bb7d25803 100644
--- a/math/libqalculate/Makefile
+++ b/math/libqalculate/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libqalculate
 PORTVERSION=	4.9.0
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/
 
@@ -21,6 +22,7 @@ USE_GNOME=	intltool libxml2
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	NLS
diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist
index 7d983ca6404a..32cff8bde55b 100644
--- a/math/libqalculate/pkg-plist
+++ b/math/libqalculate/pkg-plist
@@ -18,7 +18,7 @@ lib/libqalculate.so
 lib/libqalculate.so.22
 lib/libqalculate.so.22.20.1
 libdata/pkgconfig/libqalculate.pc
-man/man1/qalc.1.gz
+share/man/man1/qalc.1.gz
 %%NLS%%share/locale/ca/LC_MESSAGES/libqalculate.mo
 %%NLS%%share/locale/de/LC_MESSAGES/libqalculate.mo
 %%NLS%%share/locale/es/LC_MESSAGES/libqalculate.mo



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