Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 19:54:48 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: 3b4517bdf391 - main - math/cln: Moved man to share/man
Message-ID:  <202401291954.40TJsmv2043316@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=3b4517bdf3914dbb880f09a7815a1c18b67cba28

commit 3b4517bdf3914dbb880f09a7815a1c18b67cba28
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 18:59:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 19:54:22 +0000

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

diff --git a/math/cln/Makefile b/math/cln/Makefile
index 0e374831897e..3922772be940 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cln
 PORTVERSION=	1.3.7
+PORTREVISION=	1
 CATEGORIES=	math devel
 MASTER_SITES=	http://www.ginac.de/CLN/ \
 		http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \
@@ -15,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-gmp=${LOCALBASE}
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
diff --git a/math/cln/pkg-plist b/math/cln/pkg-plist
index 01bb5d12e502..2584af6a937f 100644
--- a/math/cln/pkg-plist
+++ b/math/cln/pkg-plist
@@ -82,4 +82,4 @@ lib/libcln.so
 lib/libcln.so.6
 lib/libcln.so.6.0.7
 libdata/pkgconfig/cln.pc
-man/man1/pi.1.gz
+share/man/man1/pi.1.gz



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