summaryrefslogtreecommitdiff
path: root/www/jsdk20
diff options
context:
space:
mode:
Diffstat (limited to 'www/jsdk20')
-rw-r--r--www/jsdk20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile
index ba774b85ace..156dd88b53d 100644
--- a/www/jsdk20/Makefile
+++ b/www/jsdk20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/09/11 15:39:10 jwise Exp $
+# $NetBSD: Makefile,v 1.9 2000/10/13 21:33:06 jwise Exp $
# STOP! Don't update this to a later version of this software.
# The JSDK and Apache Jakarta projects have merged, making the
# jakarta-tomcat package the current version of this software.
@@ -37,7 +37,7 @@ TEMPFILE!=echo ${TEMPDIR}/jsdk20.location.$$$$
pre-fetch:
@if [ ! -x ${LOCALBASE}/bin/urlget ];\
then \
- ${ECHO} '==> Installing urlget to fetch swing' ; \
+ ${ECHO} '==> Installing urlget to fetch jsdk20' ; \
(cd ../../www/urlget && make install) ; \
fi