aboutsummaryrefslogtreecommitdiff
path: root/databases/db33
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
commit58942bab6dbee58f4bff47b5f7888deb6d9b99ac (patch)
tree49358e580db3691ebac42073ffddffb50c910f99 /databases/db33
parent6f6054cd8ee4ce85263e0dc0bea4e531782bd679 (diff)
downloadports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.tar.gz
ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.zip
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21032
Diffstat (limited to 'databases/db33')
-rw-r--r--databases/db33/Makefile18
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>