git: ee18c2331cd8 - main - shells/heirloom-sh: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 19:25:34 UTC
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" \