summaryrefslogtreecommitdiff
path: root/lang/jini
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-09-25 18:56:06 +0000
committerjschauma <jschauma@pkgsrc.org>2002-09-25 18:56:06 +0000
commit8c4a3b0cccb2fd43ff368669ee43fcccd37307da (patch)
tree0e8a18c359b23bfd33dad2a049b55cad26967971 /lang/jini
parent4789c1f0e9ef140fff6c2dc21c9f2ae9543215c6 (diff)
downloadpkgsrc-8c4a3b0cccb2fd43ff368669ee43fcccd37307da.tar.gz
Remove trailing '.' when displaying the URL to download the file from.
This may not be grammatically correct, but prevents users from copy'n pasting an invalid URL.
Diffstat (limited to 'lang/jini')
-rw-r--r--lang/jini/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jini/Makefile b/lang/jini/Makefile
index 636eb32cbfd..c11e97390cc 100644
--- a/lang/jini/Makefile
+++ b/lang/jini/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/09/11 13:51:31 schmonz Exp $
+# $NetBSD: Makefile,v 1.7 2002/09/25 18:56:06 jschauma Exp $
#
DISTNAME= jini-1_2_1-src
@@ -43,7 +43,7 @@ _FETCH_MESSAGE= \
${ECHO} ; \
${ECHO} " The file ${DISTNAME}${EXTRACT_SUFX} containing the Jini(TM)"; \
${ECHO} " Technology Starter Kit must be fetched into ${DISTDIR} from "; \
- ${ECHO} " ${DOWNLOAD}."; \
+ ${ECHO} " ${DOWNLOAD}"; \
${ECHO} ; \
${ECHO} "======================================================================"