diff options
author | jschauma <jschauma> | 2002-09-25 18:56:06 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-09-25 18:56:06 +0000 |
commit | 78fd250fc5a85b3d6fa5a638d61055f4351fc785 (patch) | |
tree | 0e8a18c359b23bfd33dad2a049b55cad26967971 | |
parent | 491d9402c3253abf100a7428372ce08905099c63 (diff) | |
download | pkgsrc-78fd250fc5a85b3d6fa5a638d61055f4351fc785.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.
-rw-r--r-- | lang/jini/Makefile | 4 |
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} "======================================================================" |