pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sun-jre14 Add missing backslash.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99281284c480
branches:  trunk
changeset: 524616:99281284c480
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jan 28 11:31:05 2007 +0000

description:
Add missing backslash.
Pointed out in PR 35504 by Ryo HAYASAKA.

diffstat:

 lang/sun-jre14/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 31832dd9917d -r 99281284c480 lang/sun-jre14/Makefile.common
--- a/lang/sun-jre14/Makefile.common    Sun Jan 28 09:23:35 2007 +0000
+++ b/lang/sun-jre14/Makefile.common    Sun Jan 28 11:31:05 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2006/10/18 12:53:54 obache Exp $
+# $NetBSD: Makefile.common,v 1.34 2007/01/28 11:31:05 obache Exp $
 
 CATEGORIES=    lang java
 EXTRACT_SUFX=  .bin
@@ -60,7 +60,7 @@
        ""                                                              \
        "The file jce_policy-1_4_2.zip must be fetched into:"           \
        "    ${DISTDIR}/jce_policy-1_4_2.zip"                           \
-       ""
+       ""                                                              \
        "Under 'Other Downloads' / 'Java Cryptography Extension'"       \
        "click 'Download' and choose the .zip file."
 .endif



Home | Main Index | Thread Index | Old Index