From c703665fd61c774a392a6785e6b1c49569072bf1 Mon Sep 17 00:00:00 2001 From: mharo Date: Fri, 27 Aug 1999 22:30:39 +0000 Subject: echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} --- x11-toolkits/v/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-toolkits/v') diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile index 70b6aee11d2..a26a6b87e3d 100644 --- a/x11-toolkits/v/Makefile +++ b/x11-toolkits/v/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Feb 1998 # Whom: Donald Burr # -# $Id: Makefile,v 1.10 1999/06/22 17:30:06 steve Exp $ +# $Id: Makefile,v 1.11 1999/08/22 19:01:01 mharo Exp $ # DISTNAME= v-1.19 @@ -32,14 +32,14 @@ pre-build: post-install: ${RANLIB} ${PREFIX}/lib/libV.a .ifdef NOPORTDOCS - @echo "==> Extra documentation WILL NOT be installed." + @${ECHO_MSG} "==> Extra documentation WILL NOT be installed." .else - @echo "==> Installing extra docs under ${PREFIX}/share/doc/v..." + @${ECHO_MSG} "==> Installing extra docs under ${PREFIX}/share/doc/v..." ${MKDIR} ${PREFIX}/share/doc/v ${CP} -R ${WRKSRC}/doc/* ${PREFIX}/share/doc/v find ${PREFIX}/share/doc/v -type d -exec ${CHMOD} 755 {} \; find ${PREFIX}/share/doc/v -type f -exec ${CHMOD} 644 {} \; - @echo "==> Extra docs installed. Note, you will need *tex to read 'em." + @${ECHO_MSG} "==> Extra docs installed. Note, you will need *tex to read 'em." .endif @${CAT} ${PKGDIR}/MESSAGE -- cgit