diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-21 09:17:43 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-21 09:17:43 +0800 |
commit | 53d85bec8b704099895f788133bf59c858cb8aee (patch) | |
tree | 6789545e1f70d727fea40ed9e0b92697181f4abe /www/tidy/Makefile | |
parent | a7c8ccc70254ed9ba3ca6677747c6a355f4f1592 (diff) | |
download | freebsd-ports-gnome-53d85bec8b704099895f788133bf59c858cb8aee.tar.gz freebsd-ports-gnome-53d85bec8b704099895f788133bf59c858cb8aee.tar.zst freebsd-ports-gnome-53d85bec8b704099895f788133bf59c858cb8aee.zip |
Update to oct 22 release
PR: 14867
Submitted by: maintainer
Diffstat (limited to 'www/tidy/Makefile')
-rw-r--r-- | www/tidy/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index 228057f8699d..c1f8ee7320fd 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -1,30 +1,32 @@ # New ports collection makefile for: tidy -# Version required: 0.7.99.1 +# Version required: 0.10.99.1 # Date created: 27 Oct 1998 # Whom: Abel Chow <achow@transoft.net> # # $FreeBSD$ # -DISTNAME= tidy27sep99 -PKGNAME= tidy-0.9.99.1 +DISTNAME= tidy22oct99 +PKGNAME= tidy-0.10.99.1 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz +MAN1= tidy.1 MAINTAINER= saken@hotel.rmta.org ALL_TARGET= tidy -DOCFILES= Overview.html tidy.gif release-notes.html grid.gif config.txt +DOCFILES= Overview.html tidy.gif release-notes.html grid.gif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy + @${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy + @${INSTALL_MAN} ${WRKSRC}/man_page.txt ${PREFIX}/man/man1/tidy.1 .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" @${MKDIR} ${PREFIX}/share/doc/tidy .for docfile in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/tidy + @${INSTALL_MAN} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/tidy .endfor .endif |