git: e58f450b6ba0 - main - math/reduce: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 21:42:50 UTC
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