diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 05:14:04 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 05:14:04 +0800 |
commit | 981aafd51d07e05ddd72e92094db0a39a35d8a23 (patch) | |
tree | 72d3d7150282d19ce68e2126dc5e731712d27a03 /databases/db33/Makefile | |
parent | e478897177c3c4652e7277c09503273dfff9dd3a (diff) | |
download | freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.gz freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.zst freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.zip |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'databases/db33/Makefile')
-rw-r--r-- | databases/db33/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/db33/Makefile b/databases/db33/Makefile index c5953e8adebd..bf20bc912207 100644 --- a/databases/db33/Makefile +++ b/databases/db33/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 <bsd.port.mk> |