Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2012 05:24:17 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r233593 - user/jgh/icedtea6
Message-ID:  <201203280524.q2S5OHg2019911@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh (ports committer)
Date: Wed Mar 28 05:24:17 2012
New Revision: 233593
URL: http://svn.freebsd.org/changeset/base/233593

Log:
  fix build issue

Modified:
  user/jgh/icedtea6/Makefile

Modified: user/jgh/icedtea6/Makefile
==============================================================================
--- user/jgh/icedtea6/Makefile	Wed Mar 28 05:22:47 2012	(r233592)
+++ user/jgh/icedtea6/Makefile	Wed Mar 28 05:24:17 2012	(r233593)
@@ -2,7 +2,7 @@ PORTNAME=	icedtea6
 PORTVERSION=	1.10.6
 CATEGORIES=	java
 MASTER_SITES=	http://icedtea.classpath.org/download/source/:source1 \
-		http://icedtea.classpath.org/download/drops/:source2
+		http://icedtea.classpath.org/download/drops/:source2 \
 		http://download.java.net/openjdk/jdk6/promoted/b22/:source3
 DISTFILES=	icedtea6-${PORTVERSION}.tar.gz:source1 \
 		jaxp144_01.zip:source2 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203280524.q2S5OHg2019911>