git: 174212c067e5 - main - devel/tclcheck: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 14:50:50 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=174212c067e578b970566581772b0416dec0987e commit 174212c067e578b970566581772b0416dec0987e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 14:48:07 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 14:50:13 +0000 devel/tclcheck: Moved man to share/man Approved by: portmgr (blanket) --- devel/tclcheck/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/tclcheck/Makefile b/devel/tclcheck/Makefile index 25e1ed806fa2..d559111e081f 100644 --- a/devel/tclcheck/Makefile +++ b/devel/tclcheck/Makefile @@ -1,5 +1,6 @@ PORTNAME= tclcheck DISTVERSION= 1.1.14 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= tcltk@FreeBSD.org @@ -22,13 +23,13 @@ GL_TAGNAME= 9de3e5b12c5f453137305377344cb1d1c848e75e OPTIONS_DEFINE= DOCS PLIST_FILES= bin/tclCheck \ - man/man1/tclCheck.1.gz \ + share/man/man1/tclCheck.1.gz \ PORTDOCS= README README.md do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tclCheck ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tclCheck.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/tclCheck.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}