svn commit: r233593 - user/jgh/icedtea6

Jason Helfman jgh at FreeBSD.org
Wed Mar 28 05:24:18 UTC 2012


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 \


More information about the svn-src-user mailing list