diff options
author | jwise <jwise> | 2000-10-13 21:33:06 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-10-13 21:33:06 +0000 |
commit | 99fcfcffb959c2bcf9d4d1f6da5a086a0814956c (patch) | |
tree | d3bc1b9f7603046d244094fbe41a76a1a4316aab /www | |
parent | 25d805e4e2c687ca47ae7cb05a89b3cd8c6b9359 (diff) | |
download | pkgsrc-99fcfcffb959c2bcf9d4d1f6da5a086a0814956c.tar.gz |
Fix pasto (swing instead of jsdk in a comment)
Diffstat (limited to 'www')
-rw-r--r-- | www/jsdk20/Makefile | 4 |
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 |