aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm-devel
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 09:35:04 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 12:51:14 +0000
commit1bf7d5ccf65019f3d48cd77ba0f929f0d45f5116 (patch)
treed465d1b67543c590375c5b9a228192c8e2baabc2 /devel/llvm-devel
parent00c879c8467e78588fb321a68fc88d25ef8b7153 (diff)
downloadports-1bf7d5ccf65019f3d48cd77ba0f929f0d45f5116.tar.gz
ports-1bf7d5ccf65019f3d48cd77ba0f929f0d45f5116.zip
devel/llvm*: Sanitize MANPREFIX
Not bumping as there is no change in PKG. This should have been done in my previous commit. Approved by: portmgr (blanket)
Diffstat (limited to 'devel/llvm-devel')
-rw-r--r--devel/llvm-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index 5228dbd1b20e..ad354c1113e9 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -396,7 +396,7 @@ post-install-DOCS-on:
${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/doc
.for _man in ${MAN1SRCS}
${MV} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/${_man} \
- ${STAGEDIR}${MANPREFIX}/share/man/man1/${_man:R}${LLVM_SUFFIX}.1
+ ${STAGEDIR}${PREFIX}/share/man/man1/${_man:R}${LLVM_SUFFIX}.1
.endfor
.if ! ${PORT_OPTIONS:MLIT}
${RM} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/lit.1