aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" \