diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
commit | 58942bab6dbee58f4bff47b5f7888deb6d9b99ac (patch) | |
tree | 49358e580db3691ebac42073ffddffb50c910f99 /databases/db45 | |
parent | 6f6054cd8ee4ce85263e0dc0bea4e531782bd679 (diff) | |
download | ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.tar.gz ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.zip |
Notes
Diffstat (limited to 'databases/db45')
-rw-r--r-- | databases/db45/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/db45/Makefile b/databases/db45/Makefile index c5953e8adebd..bf20bc912207 100644 --- a/databases/db45/Makefile +++ b/databases/db45/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> |