diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /www/tidy | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) | |
download | ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.gz ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.zip |
Notes
Diffstat (limited to 'www/tidy')
-rw-r--r-- | www/tidy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index bd7f43251da2..6795964fbcf9 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Oct 1998 # Whom: Abel Chow <achow@transoft.net> # -# $Id: Makefile,v 1.8 1999/07/06 01:07:35 cpiazza Exp $ +# $Id: Makefile,v 1.9 1999/07/11 02:28:34 cpiazza Exp $ # DISTNAME= tidy7jul99 @@ -21,7 +21,7 @@ DOCFILES= Overview.html tidy.gif release-notes.html grid.gif config.txt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy .if !defined(NOPORTDOCS) - @echo "===> Installing documentation for ${PKGNAME}" + @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" @${MKDIR} ${PREFIX}/share/doc/tidy .for docfile in ${DOCFILES} @${INSTALL_DATA} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/tidy |