diff options
author | glewis <glewis@FreeBSD.org> | 2004-09-02 05:12:40 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-09-02 05:12:40 +0800 |
commit | 52b8da5391611840d300b19aaf5f3ba0e6837fa2 (patch) | |
tree | 90aa527ef894fb3e4813fe4282a6cdccbc8862c7 /java/jre | |
parent | bf77f1c9b5c1391a4389ed02a8586bf861847ac9 (diff) | |
download | freebsd-ports-gnome-52b8da5391611840d300b19aaf5f3ba0e6837fa2.tar.gz freebsd-ports-gnome-52b8da5391611840d300b19aaf5f3ba0e6837fa2.tar.zst freebsd-ports-gnome-52b8da5391611840d300b19aaf5f3ba0e6837fa2.zip |
. 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).
Diffstat (limited to 'java/jre')
-rw-r--r-- | java/jre/pkg-plist | 4 |
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 |