summaryrefslogtreecommitdiff
path: root/www/tidy-devel
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /www/tidy-devel
parentUpdate to version 0.9.48 (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21034
Diffstat (limited to 'www/tidy-devel')
-rw-r--r--www/tidy-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
index bd7f43251da2..6795964fbcf9 100644
--- a/www/tidy-devel/Makefile
+++ b/www/tidy-devel/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