a620c0c128
- Use WWWDIR for PLIST_SUB and SUB_LIST - Various port clean-up PR: ports/120505 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
7 lines
285 B
Text
7 lines
285 B
Text
@mode 640
|
|
@group %%PLA_GRP%%
|
|
@unexec if cmp -s %D/%%WWWDIR%%/config/config.php.example %D/%%WWWDIR%%/config/config.php ; then rm -f %D/%%WWWDIR%%/config/config.php ; fi
|
|
%%WWWDIR%%/config/config.php.example
|
|
@exec [ ! -f %B/config.php ] && cp -p %B/%f %B/config.php || true
|
|
@mode
|
|
@group
|