summaryrefslogtreecommitdiff
path: root/www/jsdk20
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-10-13 21:33:06 +0000
committerjwise <jwise@pkgsrc.org>2000-10-13 21:33:06 +0000
commit34c38999da3f04f5deadbc6fee6944f2a592d011 (patch)
treed3bc1b9f7603046d244094fbe41a76a1a4316aab /www/jsdk20
parentae5849c8bb10f9f7d76c2bcd7d6e781c5d3b3c07 (diff)
downloadpkgsrc-34c38999da3f04f5deadbc6fee6944f2a592d011.tar.gz
Fix pasto (swing instead of jsdk in a comment)
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