shells/heirloom-sh: Sanitize MANPREFIX

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 19:04:41 +01:00
parent b3fb09d8b0
commit ee18c2331c
1 changed files with 1 additions and 2 deletions

View File

@ -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" \