Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2024 12:05:00 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: f1443afcb385 - main - math/singular: Move man pages to share/man
Message-ID:  <202403121205.42CC50v4014408@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=f1443afcb385e224d59510cc7e01e57721a29bf0

commit f1443afcb385e224d59510cc7e01e57721a29bf0
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-12 11:54:27 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-12 12:04:30 +0000

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

diff --git a/math/singular/Makefile b/math/singular/Makefile
index 07eef24319bc..7e0924c1c47a 100644
--- a/math/singular/Makefile
+++ b/math/singular/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	singular
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	4-3-2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 #MASTER_SITES=	ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/${PORTVERSION:C/\./-/g}/
 DIST_SUBDIR=	${PORTNAME}
@@ -30,6 +30,7 @@ SHEBANG_FILES=	Singular/surfex \
 		libsingular-config.in
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--with-gmp=${LOCALBASE} --enable-Singular --enable-factory	\
 		--with-libparse --disable-dependency-tracking --without-python
 
diff --git a/math/singular/pkg-plist b/math/singular/pkg-plist
index 66e2a9ae90fd..bee6e4919fdd 100644
--- a/math/singular/pkg-plist
+++ b/math/singular/pkg-plist
@@ -294,9 +294,6 @@ libexec/singular/MOD/systhreads.so
 libexec/singular/MOD/syzextra.a
 libexec/singular/MOD/syzextra.so
 libexec/singular/MOD/toric_ideal
-man/man1/ESingular.1.gz
-man/man1/Singular.1.gz
-man/man1/TSingular.1.gz
 share/applications/Singular-manual.desktop
 share/applications/Singular.desktop
 share/factory/gftables/10201
@@ -392,6 +389,9 @@ share/factory/gftables/9
 share/factory/gftables/9409
 share/factory/gftables/961
 share/icons/Singular.png
+share/man/man1/ESingular.1.gz
+share/man/man1/Singular.1.gz
+share/man/man1/TSingular.1.gz
 share/ml_python/__init__.py
 share/ml_python/common/__init__.py
 share/ml_python/common/constants.py



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