summaryrefslogtreecommitdiff
path: root/databases/db3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/db3/Makefile')
-rw-r--r--databases/db3/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index c5953e8adebd..bf20bc912207 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/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>