aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 18:04:41 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 19:25:23 +0000
commitee18c2331cd85e383071c390485252de12746002 (patch)
tree76cceaafc2134d4261af92ce90233749bdb13ac8 /shells
parentb3fb09d8b09615a3e58474968279cc088cb938a5 (diff)
downloadports-ee18c2331cd85e383071c390485252de12746002.tar.gz
ports-ee18c2331cd85e383071c390485252de12746002.zip
shells/heirloom-sh: Sanitize MANPREFIX
Approved by: portmgr (blanket)
Diffstat (limited to 'shells')
-rw-r--r--shells/heirloom-sh/Makefile3
1 files changed, 1 insertions, 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" \