Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 19:25:34 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: ee18c2331cd8 - main - shells/heirloom-sh: Sanitize MANPREFIX
Message-ID:  <202401211925.40LJPYQB071723@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=ee18c2331cd85e383071c390485252de12746002

commit ee18c2331cd85e383071c390485252de12746002
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 18:04:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 19:25:23 +0000

    shells/heirloom-sh: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 shells/heirloom-sh/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/shells/heirloom-sh/Makefile b/shells/heirloom-sh/Makefile
index 3856428dbcf2..c97dc2bc7ace 100644
--- a/shells/heirloom-sh/Makefile
+++ b/shells/heirloom-sh/Makefile
@@ -16,10 +16,9 @@ BROKEN_riscv64=	fails to link: missing sbrk
 USES=		tar:bzip2
 
 MAKEFILE=	makefile
-MANPREFIX=	${PREFIX}/heirloom/share
 MAKE_ARGS=	ROOT=${STAGEDIR} \
 		SV3BIN=${PREFIX}/heirloom/bin \
-		MANDIR=${MANPREFIX}/man \
+		MANDIR=${PREFIX}/heirloom/share/man \
 		UCBINST=${INSTALL}
 SUB_FILES=	${PORTNAME}.conf
 PLIST_FILES=	"@shell heirloom/bin/sh" \



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