summaryrefslogtreecommitdiff
path: root/java/bootstrap-openjdk8/Makefile
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2017-10-02 16:24:18 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2017-10-02 16:24:18 +0000
commitb3297776b5ca9d6f7935980a8f897bba61d16c80 (patch)
tree031b09455b4ea339069a13f7a85a4e80f2b1c5ae /java/bootstrap-openjdk8/Makefile
parentUpdate textproc/elixir-ex_doc to version 0.17.1. (diff)
Update arm distfiles to sync. with amd64 and i386.
Notes
Notes: svn path=/head/; revision=451083
Diffstat (limited to 'java/bootstrap-openjdk8/Makefile')
-rw-r--r--java/bootstrap-openjdk8/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/java/bootstrap-openjdk8/Makefile b/java/bootstrap-openjdk8/Makefile
index 9d6c5ea39790..a27b8c3ec727 100644
--- a/java/bootstrap-openjdk8/Makefile
+++ b/java/bootstrap-openjdk8/Makefile
@@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
DISTINFO_FILE= ${.CURDIR}/distinfo.${JDK_ARCH}
DISTVERSION_amd64= r450802
-DISTVERSION_arm= r444448
+DISTVERSION_arm= r450802
DISTVERSION_i386= r450802
JDK_ARCH= ${ARCH:C/armv.*/arm/}
@@ -34,16 +34,11 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
.if ${ARCH:Marmv*}
RUN_DEPENDS+= ${LOCALBASE}/lib/libffi.so.6:devel/libffi
-RUN_DEPENDS+= java-zoneinfo>0:java/java-zoneinfo
-PLIST= ${PKGDIR}/pkg-plist.arm
.endif
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR}
@cd ${WRKSRC} && ${COPYTREE_BIN} bin ${INSTALLDIR}
-.if ${ARCH:Marmv*}
- @cd ${WRKSRC} && ${COPYTREE_BIN} jre/bin ${INSTALLDIR}
-.endif
update:
@${MAKE} -f ${.CURDIR}/Makefile.update \