summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2011-12-30 06:42:14 +0000
committerJason Helfman <jgh@FreeBSD.org>2011-12-30 06:42:14 +0000
commitad56920272581f57f7adc19c1aa71d4ce10c1aba (patch)
tree33a26832e2c00580e2e1bdf2635d81767c62ff31 /java
parent- Add TEST_DEPENDS to enable testing (diff)
Installs built jars that were previously not installed.
* javazic.jar to generate Java timezone information files * compilefontconfig.jar to generate Java font configuration files PR: ports/161945 Submitted by: Jilles Tjoelker <jilles at stack.nl> Reviewed by: glewis Approved by: glewis, crees (mentor)
Notes
Notes: svn path=/head/; revision=288273
Diffstat (limited to 'java')
-rw-r--r--java/openjdk6/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/openjdk6/Makefile b/java/openjdk6/Makefile
index 13084bdca734..38a5e6b1e8a2 100644
--- a/java/openjdk6/Makefile
+++ b/java/openjdk6/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openjdk6
PORTVERSION= b24
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= http://download.java.net/openjdk/jdk6/promoted/${PORTVERSION}/ \
http://download.java.net/jaxp/openjdk/jdk6/:jaxp \
@@ -261,6 +262,7 @@ test: build-depends build
do-install:
@${MKDIR} ${PREFIX}/openjdk6/
@${CP} -Rp ${WRKSRC}/build/${OPENJDK_OSARCH}/j2sdk-image/ ${PREFIX}/openjdk6/
+ @${INSTALL_DATA} ${WRKSRC}/build/${OPENJDK_OSARCH}/btjars/compilefontconfig.jar ${WRKSRC}/build/${OPENJDK_OSARCH}/btjars/javazic.jar ${PREFIX}/openjdk6/jre/lib/
.if defined(WITH_FASTDEBUG)
@${MKDIR} ${PREFIX}/openjdk6-fastdebug/
@${CP} -Rp ${WRKSRC}/build/${OPENJDK_OSARCH}-fastdebug/j2sdk-image/ ${PREFIX}/openjdk6-fastdebug/