git: 0056085b748b - main - misc/ytree: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 15:27:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0056085b748bef704dcd83ba6a595eba6c70b304 commit 0056085b748bef704dcd83ba6a595eba6c70b304 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 14:47:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 15:26:53 +0000 misc/ytree: Sanitize MANPREFIX Looks like somehow my previous commit did not clean this up. Approved by: portmgr (blanket) --- misc/ytree/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile index ce6cc0e3689c..734660c2aaf9 100644 --- a/misc/ytree/Makefile +++ b/misc/ytree/Makefile @@ -19,7 +19,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ytree ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/ytree.conf ${STAGEDIR}${PREFIX}/etc/ytree.conf.sample - ${INSTALL_MAN} ${WRKSRC}/ytree.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ytree.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ytree