summaryrefslogtreecommitdiff
path: root/lang/jini
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-09-25 18:56:06 +0000
committerjschauma <jschauma>2002-09-25 18:56:06 +0000
commitc57641d30c93abf18d13c85fb3f7b04d8840810c (patch)
tree0e8a18c359b23bfd33dad2a049b55cad26967971 /lang/jini
parent8cef5258762de196369161fa41f5562737de4592 (diff)
downloadpkgsrc-c57641d30c93abf18d13c85fb3f7b04d8840810c.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} "======================================================================"