mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Correct the usage of @dirrmtry
Reported by: pointyhat
This commit is contained in:
parent
ea79d5f107
commit
ae4f130d19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288440
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