mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
. 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).
This commit is contained in:
parent
edbe67c2d8
commit
cc59f5091e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117865
@ -1532,8 +1532,8 @@
|
||||
%%T%%/src.zip
|
||||
@exec mkdir -p %D/share/doc/java
|
||||
@unexec rmdir %D/share/doc/java 2>/dev/null || true
|
||||
@exec %D/bin/registervm "%D/%%T%%/bin/java # Linux-Sun-JDK%%PORTVERSION%%"
|
||||
@unexec %D/bin/unregistervm Linux-Sun-JDK%%PORTVERSION%%
|
||||
@exec %%LOCALBASE%%/bin/registervm "%D/%%T%%/bin/java # Linux-Sun-JDK%%PORTVERSION%%"
|
||||
@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java"
|
||||
@dirrm %%T%%/man/man1
|
||||
@dirrm %%T%%/man/ja_JP.eucJP/man1
|
||||
@dirrm %%T%%/man/ja_JP.eucJP
|
||||
|
Loading…
Reference in New Issue
Block a user