git: 7e1427f54f6f - main - devel/llvm: chase man -> share/man change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 19:46:46 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e1427f54f6f5adae8df867a1bfd9010790b7102 commit 7e1427f54f6f5adae8df867a1bfd9010790b7102 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-01-30 19:46:08 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-01-30 19:46:08 +0000 devel/llvm: chase man -> share/man change Fixes port after 25889620a8031561408d68de28531219300d8bdf, etc. Reported by: kib --- devel/llvm/Makefile | 6 +++--- 1 file 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>