1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

www/tidy: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 15:10:55 +01:00
parent 4693f4da31
commit 559376c44b
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -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}