From 3586286fad41667b8b565641db2d254501e66467 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Wed, 1 Sep 2004 19:55:48 +0000 Subject: [PATCH] . Assume (un)registervm is in LOCALBASE _not_ PREFIX. . Make the comment for the registervm call consistent with the conventional naming scheme and the one in Makefile. . Add missing creation and deletion of %%PREFIX%%/share/doc/java for consistency with other JDK pkg-plists. --- java/linux-sun-jdk13/pkg-plist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/java/linux-sun-jdk13/pkg-plist b/java/linux-sun-jdk13/pkg-plist index a955f32dd8ab..caf89507508f 100644 --- a/java/linux-sun-jdk13/pkg-plist +++ b/java/linux-sun-jdk13/pkg-plist @@ -796,6 +796,10 @@ %%T%%/man/ja_JP.eucJP/man1/native2ascii.1 %%T%%/man/ja_JP.eucJP/man1/rmic.1 %%T%%/man/ja_JP.eucJP/man1/serialver.1 +@exec mkdir -p %D/share/doc/java +@unexec rmdir %D/share/doc/java 2>/dev/null || true +@exec %%LOCALBASE%%/bin/registervm "%D/%%T%%/bin/java # Linux-Sun-JDK%%PORTVERSION%%" +@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java" @dirrm %%T%%/jre/bin/i386/green_threads @dirrm %%T%%/jre/bin/i386/native_threads @dirrm %%T%%/jre/bin/i386 @@ -955,5 +959,3 @@ @dirrm %%T%%/man/ja_JP.eucJP @dirrm %%T%%/man @dirrm %%T%% -@exec %D/bin/registervm "%D/%%T%%/bin/java # Linux-JDK%%JDK_VERSION%%" -@unexec %D/bin/unregistervm "%D/%%T%%/bin/java"