Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:03: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: 7a0f27e5f433 - main - math/spar: Moved man to share/man
Message-ID:  <202401302103.40UL32v0089790@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=7a0f27e5f4337a6be294c2aab4e82812b2a085bd

commit 7a0f27e5f4337a6be294c2aab4e82812b2a085bd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 20:48:49 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 20:48:49 +0000

    math/spar: Moved man to share/man
---
 math/spar/Makefile  | 3 ++-
 math/spar/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/math/spar/Makefile b/math/spar/Makefile
index 55c0be2f24c7..e530dfe1bf22 100644
--- a/math/spar/Makefile
+++ b/math/spar/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spar
 PORTVERSION=	0.5.10
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math devel
 MASTER_SITES=	SF/${PORTNAME}/Spar/${PORTVERSION}
 
@@ -17,6 +17,7 @@ USE_CSTD=	gnu89
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 .include <bsd.port.pre.mk>
 
diff --git a/math/spar/pkg-plist b/math/spar/pkg-plist
index 0fca5181cf56..edf0ce966d1b 100644
--- a/math/spar/pkg-plist
+++ b/math/spar/pkg-plist
@@ -38,4 +38,4 @@ lib/spar/zsolve_c.so
 lib/spar/zsolve_q.a
 lib/spar/zsolve_q.so
 share/spar/modules_config
-man/man1/spar.1.gz
+share/man/man1/spar.1.gz



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