From 981aafd51d07e05ddd72e92094db0a39a35d8a23 Mon Sep 17 00:00:00 2001 From: mharo Date: Fri, 27 Aug 1999 21:14:04 +0000 Subject: echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} --- databases/db/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'databases/db') diff --git a/databases/db/Makefile b/databases/db/Makefile index c5953e8..bf20bc9 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -27,14 +27,14 @@ post-install: cd ${WRKSRC}/..; \ tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ ( cd ${PREFIX}/share/examples/db2; tar xf - ) - @echo "" - @echo "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @echo "have a working copy of the JDK (v1.1) installed." - @echo "" - @echo "To build java support, please read:" - @echo "" - @echo "${WRKDIR}/${DISTNAME}/java/README" - @echo "" - @echo "and follow the directions therein." + @${ECHO_MSG} "" + @${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you" + @${ECHO_MSG} "have a working copy of the JDK (v1.1) installed." + @${ECHO_MSG} "" + @${ECHO_MSG} "To build java support, please read:" + @${ECHO_MSG} "" + @${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README" + @${ECHO_MSG} "" + @${ECHO_MSG} "and follow the directions therein." .include -- cgit v1.1