aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2024-01-30 19:46:08 +0000
committerBrooks Davis <brooks@FreeBSD.org>2024-01-30 19:46:08 +0000
commit7e1427f54f6f5adae8df867a1bfd9010790b7102 (patch)
tree212a0148ad9e65b6c1e3c033582da7acd37cf76e
parent9e99ad2987fb946cace87af74011743f0e2d0106 (diff)
downloadports-7e1427f54f6f5adae8df867a1bfd9010790b7102.tar.gz
ports-7e1427f54f6f5adae8df867a1bfd9010790b7102.zip
devel/llvm: chase man -> share/man change
Fixes port after 25889620a8031561408d68de28531219300d8bdf, etc. Reported by: kib
-rw-r--r--devel/llvm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/llvm/Makefile b/devel/llvm/Makefile
index 4c6842c25f53..4f39869408e3 100644
--- a/devel/llvm/Makefile
+++ b/devel/llvm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= llvm
PORTVERSION= ${LLVM_MAJOR}
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel lang
MASTER_SITES= # not applicable
@@ -33,7 +33,7 @@ NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= ${COMMANDS:S|^|bin/|} \
- ${MAN1SRCS:S|^|man/man1/|:S|$|.gz|}
+ ${MAN1SRCS:S|^|share/man/man1/|:S|$|.gz|}
.include <bsd.port.options.mk>
@@ -86,7 +86,7 @@ do-install:
.endfor
.for _man in ${MAN1SRCS}
${LN} -s ${_man:R}${LLVM_SUFFIX}.1 \
- ${STAGEDIR}${PREFIX}/man/man1/${_man}
+ ${STAGEDIR}${PREFIX}/share/man/man1/${_man}
.endfor
.include <bsd.port.mk>