forked from Lainports/freebsd-ports
- Correct the usage of @dirrmtry
Reported by: pointyhat
This commit is contained in:
parent
ea79d5f107
commit
ae4f130d19
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= jdk
|
||||
PORTVERSION= ${DL_JDK_VERSION:S/_/./g}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= #
|
||||
PKGNAMEPREFIX= linux-sun-
|
||||
|
|
|
|||
|
|
@ -4703,7 +4703,7 @@
|
|||
@exec mkdir -p %D/%%T%%/lib/visualvm/platform/docs
|
||||
@exec mkdir -p %D/share/doc/java
|
||||
@exec %%LOCALBASE%%/bin/registervm "%D/%%T%%/bin/java # Linux-Sun-JDK%%PORTVERSION%%"
|
||||
@dirrmtry %D/share/doc/java
|
||||
@dirrmtry share/doc/java
|
||||
@dirrm %%T%%/sample/webservices/EbayServer/src/ebay/server
|
||||
@dirrm %%T%%/sample/webservices/EbayServer/src/ebay
|
||||
@dirrm %%T%%/sample/webservices/EbayServer/src
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue