mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
4992047d94
PR: ports/90251 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
@mode 640
|
|
@group %%PLAGRP%%
|
|
@unexec if cmp -s %D/%%PLADIR%%/config/config.php.example %D/%%PLADIR%%/config/config.php ; then rm -f %D/%%PLADIR%%/config/config.php ; fi
|
|
%%PLADIR%%/config/config.php.example
|
|
@exec [ ! -f %B/config.php ] && cp -p %B/%f %B/config.php || true
|
|
@mode
|
|
@group
|