Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 21:42:50 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: e58f450b6ba0 - main - math/reduce: Sanitize MANPREFIX
Message-ID:  <202401212142.40LLgo9X009654@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=e58f450b6ba0b94efcc1d5d5b88133ef310e7af2

commit e58f450b6ba0b94efcc1d5d5b88133ef310e7af2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 21:19:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 21:42:26 +0000

    math/reduce: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 math/reduce/Makefile  | 4 ++--
 math/reduce/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/math/reduce/Makefile b/math/reduce/Makefile
index d401a29ac9a2..ad599e875590 100644
--- a/math/reduce/Makefile
+++ b/math/reduce/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	reduce
 PORTVERSION=	${SFSUBDIR:S/snapshot_//:S/-//g}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math lang
 MASTER_SITES=	SF/${PORTNAME}-algebra/${SFSUBDIR}/
 DISTNAME=	Reduce-svn6339-src
@@ -47,7 +47,7 @@ do-install:
 	${INSTALL_DATA} ${REDUCE_BINS}/csl/reduce.img ${STAGEDIR}${DATADIR}
 	${INSTALL_PROGRAM} ${REDUCE_BINS}/csl/reduce ${STAGEDIR}${DATADIR}
 	${INSTALL_SCRIPT} ${FILESDIR}/runcsl.sh ${STAGEDIR}${PREFIX}/bin/redcsl
-	${INSTALL_MAN} ${FILESDIR}/redcsl.1 ${STAGEDIR}${MANPREFIX}/man/man1/
+	${INSTALL_MAN} ${FILESDIR}/redcsl.1 ${STAGEDIR}${PREFIX}/share/man/man1/
 	${MKDIR} ${STAGEDIR}${DATADIR}/reduce.doc
 	(cd ${REDUCE_BINS}/csl/reduce.doc && ${COPYTREE_SHARE} . \
 	    ${STAGEDIR}${DATADIR}/reduce.doc)
diff --git a/math/reduce/pkg-plist b/math/reduce/pkg-plist
index b984e76e6372..55d29dfdd6d1 100644
--- a/math/reduce/pkg-plist
+++ b/math/reduce/pkg-plist
@@ -1,5 +1,5 @@
 bin/redcsl
-man/man1/redcsl.1.gz
+share/man/man1/redcsl.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/insidereduce.pdf
 %%PORTDOCS%%%%DOCSDIR%%/manual.pdf
 %%PORTDOCS%%%%DOCSDIR%%/primer.pdf



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