1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix package to create empty directory on install as the port does

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-10-15 19:24:30 +00:00
parent 9ae0f36a60
commit d5901782d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283583
2 changed files with 5 additions and 2 deletions

View File

@ -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}

View 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