git: 2b6ad65ff3ef - main - lang/petite-chez: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 20:27:23 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b6ad65ff3ef1f257814ea8ff906dc309262852a commit 2b6ad65ff3ef1f257814ea8ff906dc309262852a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 18:46:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 20:26:40 +0000 lang/petite-chez: Sanitize MANPREFIX Contrary to others this has not been tested Approved by: portmgr (blanket) --- lang/petite-chez/Makefile | 4 ++-- lang/petite-chez/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/petite-chez/Makefile b/lang/petite-chez/Makefile index 0adcfa7a237a..aee836a25639 100644 --- a/lang/petite-chez/Makefile +++ b/lang/petite-chez/Makefile @@ -1,6 +1,6 @@ PORTNAME= petite-chez PORTVERSION= 8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= http://www.scheme.com/download/ \ http://tx97.net/pub/distfiles/ @@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/csv${PORTVERSION}/custom HAS_CONFIGURE= yes USES= iconv CONFIGURE_ARGS= --installprefix=${PREFIX} \ - --installman=${MANPREFIX}/man \ + --installman=${PREFIX}/share/man \ --temproot=${STAGEDIR} \ --force-relink \ --nogzip-man-pages \ diff --git a/lang/petite-chez/pkg-plist b/lang/petite-chez/pkg-plist index 09af39aee965..100242b7c2b0 100644 --- a/lang/petite-chez/pkg-plist +++ b/lang/petite-chez/pkg-plist @@ -27,4 +27,4 @@ lib/csv%%CHEZ_VERSION%%/lib/scons.ss lib/csv%%CHEZ_VERSION%%/lib/setof.ss lib/csv%%CHEZ_VERSION%%/lib/socket.ss lib/csv%%CHEZ_VERSION%%/lib/unify.ss -man/man1/petite.1.gz +share/man/man1/petite.1.gz