summaryrefslogtreecommitdiff
path: root/java/jre
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-09-01 21:12:40 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-09-01 21:12:40 +0000
commit57b1fa568ca6399a3288cd9f9ffc5d82e8756010 (patch)
tree35a7b49df69438d7305d96436c17ce4dd91c6c11 /java/jre
parent. Assume (un)registervm is in LOCALBASE _not_ PREFIX. (diff)
. Assume (un)registervm is in LOCALBASE _not_ PREFIX.
. Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
Notes
Notes: svn path=/head/; revision=117866
Diffstat (limited to 'java/jre')
-rw-r--r--java/jre/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jre/pkg-plist b/java/jre/pkg-plist
index ae77dd0ab8aa..24faf3098567 100644
--- a/java/jre/pkg-plist
+++ b/java/jre/pkg-plist
@@ -49,8 +49,8 @@ jre%%JRE_VERSION%%/lib/security/java.security
jre%%JRE_VERSION%%/lib/serialver.properties
@exec mkdir -p %D/share/doc/java
@unexec rmdir %D/share/doc/java 2>/dev/null || true
-@exec %D/bin/registervm "%D/jre%%JRE_VERSION%%/bin/java # JRE%%JRE_VERSION%%"
-@unexec %D/bin/unregistervm JRE%%JRE_VERSION%%
+@exec %%LOCALBASE%%/bin/registervm "%D/jre%%JRE_VERSION%%/bin/java # JRE%%JRE_VERSION%%"
+@unexec %%LOCALBASE%%/bin/unregistervm "%D/jre%%JRE_VERSION%%/bin/java"
@dirrm jre%%JRE_VERSION%%/lib/security
@dirrm jre%%JRE_VERSION%%/lib/i386/green_threads
@dirrm jre%%JRE_VERSION%%/lib/i386