Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:03:00 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: 70e612b1d10e - main - math/jacal: Moved man to share/man
Message-ID:  <202401302103.40UL309C089745@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=70e612b1d10ebebf2933693139f4228cfb52ab25

commit 70e612b1d10ebebf2933693139f4228cfb52ab25
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 20:46:23 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 20:48:15 +0000

    math/jacal: Moved man to share/man
---
 math/jacal/Makefile  | 4 ++++
 math/jacal/pkg-plist | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/math/jacal/Makefile b/math/jacal/Makefile
index 7176c974e6c9..0b1d880f3c53 100644
--- a/math/jacal/Makefile
+++ b/math/jacal/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	jacal
 PORTVERSION=	1c8
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://groups.csail.mit.edu/mac/ftpdir/scm/
 
@@ -15,6 +16,9 @@ RUN_DEPENDS=	scm:lang/scm \
 USES=		gmake zip
 
 HAS_CONFIGURE=	yes
+CONFIGURE_ARGS+=--prefix=${PREFIX} \
+				--mandir=${PREFIX}/share/man
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 NO_BUILD=	yes
diff --git a/math/jacal/pkg-plist b/math/jacal/pkg-plist
index 8de9e42355a8..62dfc2a0177d 100644
--- a/math/jacal/pkg-plist
+++ b/math/jacal/pkg-plist
@@ -34,4 +34,4 @@ lib/jacal/unparse.scm
 lib/jacal/uv-hensel.scm
 lib/jacal/vect.scm
 lib/jacal/view.scm
-man/man1/jacal.1.gz
+share/man/man1/jacal.1.gz



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