diff options
author | ryoon <ryoon> | 2012-12-11 14:47:17 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-12-11 14:47:17 +0000 |
commit | 8ea8ca1cd66bc441f1338118aa3217830d05bf64 (patch) | |
tree | 62aa876af1cc912933a9da5ef12ce4d3409acb73 /lang/sun-jre7/INSTALL | |
parent | cbd0cfdacd537f81a058ad9df17926bf511b8b5d (diff) | |
download | pkgsrc-8ea8ca1cd66bc441f1338118aa3217830d05bf64.tar.gz |
Import sun-jre7-7.0.9 as lang/sun-jre7.
This is the Linux port of the Sun Java(tm) Runtime Environment (J2SE 7.0).
* builtin.mk is not tested. BUILTIN_FIND_FILES.JAVAVM7 should be fixed
* Not for NetBSD 5
Diffstat (limited to 'lang/sun-jre7/INSTALL')
-rw-r--r-- | lang/sun-jre7/INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/sun-jre7/INSTALL b/lang/sun-jre7/INSTALL new file mode 100644 index 00000000000..7948c39a533 --- /dev/null +++ b/lang/sun-jre7/INSTALL @@ -0,0 +1,7 @@ +# $NetBSD: INSTALL,v 1.1 2012/12/11 14:47:17 ryoon Exp $ + +case ${STAGE} in +POST-INSTALL) + ${PREFIX}/bin/sun7-java -Xshare:dump + ;; +esac |