svn commit: r330538 - head/java/openjdk6
Jung-uk Kim
jkim at FreeBSD.org
Wed Oct 16 20:40:28 UTC 2013
Author: jkim
Date: Wed Oct 16 20:40:27 2013
New Revision: 330538
URL: http://svnweb.freebsd.org/changeset/ports/330538
Log:
Allow adding extra patches from slave ports.
Modified:
head/java/openjdk6/Makefile
Modified: head/java/openjdk6/Makefile
==============================================================================
--- head/java/openjdk6/Makefile Wed Oct 16 20:38:38 2013 (r330537)
+++ head/java/openjdk6/Makefile Wed Oct 16 20:40:27 2013 (r330538)
@@ -56,7 +56,7 @@ USES= compiler gmake iconv motif
.include "${.CURDIR}/../openjdk6/Makefile.icedtea"
.include "${.CURDIR}/../openjdk6/Makefile.test"
-EXTRA_PATCHES= ${ICEDTEA_PATCHES}
+EXTRA_PATCHES+= ${ICEDTEA_PATCHES}
# java extracts directly to the cwd
WRKSRC= ${WRKDIR}
More information about the svn-ports-all
mailing list