add client vm files in jre package. this unbreaks the browser plugin.

ok kurt@
This commit is contained in:
steven 2006-07-01 09:06:00 +00:00
parent 0c4add2ee8
commit 4db61bb851
3 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2006/06/20 02:02:48 kurt Exp $
# $OpenBSD: Makefile,v 1.21 2006/07/01 09:06:00 steven Exp $
ONLY_FOR_ARCHS= amd64 i386
@ -6,8 +6,8 @@ COMMENT= "Java2(TM) Standard Edition Dev Kit v${V}"
COMMENT-jre= "Java2(TM) Standard Edition Runtime Environment v${V}"
V= 1.5.0
DISTNAME= jdk-1_5_0
PKGNAME= jdk-${V}p16
PKGNAME-jre= jre-${V}p16
PKGNAME= jdk-${V}p17
PKGNAME-jre= jre-${V}p17
CATEGORIES= devel/jdk java

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PFRAG.client_vm-jre,v 1.1 2006/07/01 09:06:00 steven Exp $
${JREHOME}/lib/${MACHINE_ARCH}/client/
${JREHOME}/lib/${MACHINE_ARCH}/client/Xusage.txt
${JREHOME}/lib/${MACHINE_ARCH}/client/libjsig.so
${JREHOME}/lib/${MACHINE_ARCH}/client/libjvm.so

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-jre,v 1.6 2006/05/26 17:32:21 steven Exp $
@comment $OpenBSD: PLIST-jre,v 1.7 2006/07/01 09:06:00 steven Exp $
@option no-default-conflict
@conflict jre->=1.5,<1.6
@pkgpath devel/jdk/1.5,-jre,native_bootstrap
@ -568,3 +568,4 @@ ${JREHOME}/man/man1/
@man ${JREHOME}/man/man1/tnameserv.1
@man ${JREHOME}/man/man1/unpack200.1
!%%no_web%%
%%client_vm%%