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.
. 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.
This commit is contained in:
parent
cc39dd6cdd
commit
3586286fad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117862
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user