diff options
author | trevor <trevor@FreeBSD.org> | 2002-04-01 10:27:59 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-04-01 10:27:59 +0000 |
commit | 5a2415d0ff5db80cdea99258e2f9d389f8f6ed35 (patch) | |
tree | 29fd034a808898996d8f9b4a7764759efac94cbb /www/linux-netscape6 | |
parent | 0bf660965ee6ef67e1da7e949c7c1dbcc2ed56d7 (diff) | |
download | FreeBSD-ports-5a2415d0ff5db80cdea99258e2f9d389f8f6ed35.zip FreeBSD-ports-5a2415d0ff5db80cdea99258e2f9d389f8f6ed35.tar.gz |
The JRE for version 6.2.2 unpacks in a different directory than
earlier JREs.
Reported by: Kris Anderson <tempest@12-225-141-159.client.attbi.com>
Approved by: Tumbling Duke applet
Diffstat (limited to 'www/linux-netscape6')
-rw-r--r-- | www/linux-netscape6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile index b16cf60..64014f0 100644 --- a/www/linux-netscape6/Makefile +++ b/www/linux-netscape6/Makefile @@ -129,6 +129,7 @@ do-extract: unzip -qo ${DISTDIR}/${DIST_SUBDIR}/${i} -d ${WRKSRC} .endfor - ${MV} ${WRKSRC}/jre-image-i386 ${WRKSRC}/bin/plugins/java2 + - ${MV} ${WRKSRC}/jre1.3.1_02 ${WRKSRC}/bin/plugins/java2 cd ${WRKSRC}/bin/plugins && ${LN} -s java2/plugin/i386/ns600/libjavaplugin_oji.so; do-patch: |