diff options
author | glewis <glewis@FreeBSD.org> | 2004-09-01 21:53:56 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-09-01 21:53:56 +0000 |
commit | 4cb9e50faa51e3d73a348afd6eef946d695d8d81 (patch) | |
tree | 836f5d49e4420663d04049124b0d15eda3a23d92 | |
parent | e3a50e5dccc929117229f3e646f79873752f964c (diff) | |
download | FreeBSD-ports-4cb9e50faa51e3d73a348afd6eef946d695d8d81.zip FreeBSD-ports-4cb9e50faa51e3d73a348afd6eef946d695d8d81.tar.gz |
. 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).
-rw-r--r-- | java/diablo-jre13/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/diablo-jre13/pkg-plist b/java/diablo-jre13/pkg-plist index 7751e37..7914100 100644 --- a/java/diablo-jre13/pkg-plist +++ b/java/diablo-jre13/pkg-plist @@ -132,8 +132,8 @@ diablo-jre%%JRE_VERSION%%/man/man1/tnameserv.1 @unexec rmdir %D/diablo-jre%%JRE_VERSION%%/lib/ext 2>/dev/null || true @exec mkdir -p %D/share/doc/java @unexec rmdir %D/share/doc/java 2>/dev/null || true -@exec %D/bin/registervm "%D/diablo-jre%%JRE_VERSION%%/bin/java # DiabloLatte%%JRE_VERSION%%" -@unexec %D/bin/unregistervm "DiabloLatte%%JRE_VERSION%%" +@exec %%LOCALBASE%%/bin/registervm "%D/diablo-jre%%JRE_VERSION%%/bin/java # DiabloLatte%%JRE_VERSION%%" +@unexec %%LOCALBASE%%/bin/unregistervm "%D/diablo-jre%%JRE_VERSION%%/bin/java" %%PLUGIN:%%@dirrm diablo-jre%%JRE_VERSION%%/plugin/i386/ns600 %%PLUGIN:%%@dirrm diablo-jre%%JRE_VERSION%%/plugin/i386/ns4 %%PLUGIN:%%@dirrm diablo-jre%%JRE_VERSION%%/plugin/i386 |