Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 19:26:02 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: 2a32423d6a1e - main - math/mate-calc: Moved man to share/man
Message-ID:  <202402241926.41OJQ2Tu018401@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=2a32423d6a1e3f937548e48d3a195be9f4e58afa

commit 2a32423d6a1e3f937548e48d3a195be9f4e58afa
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 19:25:14 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 19:25:33 +0000

    math/mate-calc: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 math/mate-calc/Makefile  | 3 ++-
 math/mate-calc/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile
index f8ecf5c31bf8..2e63a626b148 100644
--- a/math/mate-calc/Makefile
+++ b/math/mate-calc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mate-calc
 PORTVERSION=	1.26.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -21,6 +21,7 @@ PORTSCOUT=	limitw:1,even
 USES=		gettext gmake gnome localbase pkgconfig tar:xz
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intlhack libxml2
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 GLIB_SCHEMAS=	org.mate.calc.gschema.xml
 
diff --git a/math/mate-calc/pkg-plist b/math/mate-calc/pkg-plist
index cc1fbfbac093..2c95532df5d4 100644
--- a/math/mate-calc/pkg-plist
+++ b/math/mate-calc/pkg-plist
@@ -1,8 +1,8 @@
 bin/mate-calc
 bin/mate-calc-cmd
 bin/mate-calculator
-man/man1/mate-calc-cmd.1.gz
-man/man1/mate-calc.1.gz
+share/man/man1/mate-calc-cmd.1.gz
+share/man/man1/mate-calc.1.gz
 share/applications/mate-calc.desktop
 share/help/C/mate-calc/absolute.page
 share/help/C/mate-calc/base.page



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