git: 559376c44b16 - main - www/tidy: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 14:33:16 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=559376c44b166a7a0f4e9c81f9d4f6572d9d667f commit 559376c44b166a7a0f4e9c81f9d4f6572d9d667f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 14:10:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 14:31:40 +0000 www/tidy: Moved man to share/man Approved by: portmgr (blanket) --- www/tidy/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/tidy/Makefile b/www/tidy/Makefile index ad722a62b8b9..ff44105bf5d9 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -1,6 +1,6 @@ PORTNAME= tidy4 PORTVERSION= 20000804 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ DISTNAME= tidy4aug00 @@ -14,7 +14,7 @@ LICENSE_FILE= ${FILESDIR}/COPYRIGHT USES= tar:tgz ALL_TARGET= tidy -PLIST_FILES= bin/tidy4 man/man1/tidy4.1.gz +PLIST_FILES= bin/tidy4 share/man/man1/tidy4.1.gz PORTDOCS= Overview.html tidy.gif release-notes.html grid.gif OPTIONS_DEFINE= DOCS @@ -25,7 +25,7 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tidy ${STAGEDIR}${PREFIX}/bin/tidy4 ${INSTALL_MAN} ${WRKSRC}/man_page.txt \ - ${STAGEDIR}${PREFIX}/man/man1/tidy4.1 + ${STAGEDIR}${PREFIX}/share/man/man1/tidy4.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}