From c57641d30c93abf18d13c85fb3f7b04d8840810c Mon Sep 17 00:00:00 2001 From: jschauma Date: Wed, 25 Sep 2002 18:56:06 +0000 Subject: 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. --- lang/jini/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') 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} "======================================================================" -- cgit v1.2.3