- Fix package to create empty directory on install as the port does
Reported by: pointyhat
This commit is contained in:
parent
9ae0f36a60
commit
d5901782d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283583
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= maven-wrapper
|
||||
PORTVERSION= 1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
@ -17,8 +18,6 @@ COMMENT= Wrapper script for the various installations of Maven
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= mvn.sh
|
||||
SUB_LIST= CAT=${CAT} FIND=${FIND} TAIL=${TAIL}
|
||||
PLIST_FILES= bin/mvn
|
||||
PLIST_DIRSTRY= etc/maven-wrapper/instances.d etc/maven-wrapper
|
||||
|
||||
do-fecth:
|
||||
@${DO_NADA}
|
||||
|
4
devel/maven-wrapper/pkg-plist
Normal file
4
devel/maven-wrapper/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/mvn
|
||||
@exec mkdir -p %D/etc/maven-wrapper/instances.d
|
||||
@dirrmtry etc/maven-wrapper/instances.d
|
||||
@dirrmtry etc/maven-wrapper
|
Loading…
Reference in New Issue
Block a user