Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2024 12:04:50 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f07380d01676 - main - math/GiNaC: Move man pages to share/man
Message-ID:  <202403121204.42CC4oSE013968@gitrepo.freebsd.org>

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

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

commit f07380d016763d598edcf06f012a034d683c73d0
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-12 09:02:47 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-12 12:04:28 +0000

    math/GiNaC: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 math/GiNaC/Makefile  | 2 ++
 math/GiNaC/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index c21e004599e1..57c1d28178ac 100644
--- a/math/GiNaC/Makefile
+++ b/math/GiNaC/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	GiNaC
 PORTVERSION=	1.8.7
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \
 		http://www.ginac.de/
@@ -17,6 +18,7 @@ LIB_DEPENDS=	libcln.so:math/cln
 USES=		compiler:c++11-lib gmake libtool makeinfo ncurses pathfix \
 		pkgconfig python:build readline tar:bzip2
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist
index 19bf09625e1f..4027d14e4acc 100644
--- a/math/GiNaC/pkg-plist
+++ b/math/GiNaC/pkg-plist
@@ -54,5 +54,5 @@ lib/libginac.so.11
 lib/libginac.so.11.1.6
 libdata/pkgconfig/ginac.pc
 libexec/ginac-excompiler
-man/man1/ginsh.1.gz
-man/man1/viewgar.1.gz
+share/man/man1/ginsh.1.gz
+share/man/man1/viewgar.1.gz



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