mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
0387618a5b
by default. - Add a WITH_SUPHP option. PR: ports/66758 Submitted by: maintainer.
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
@mode 640
|
|
@group %%PLAGRP%%
|
|
@unexec if cmp -s %D/%%PLADIR%%/config.php.example %D/%%PLADIR%%/config.php ; then rm -f %D/%%PLADIR%%/config.php ; fi
|
|
%%PLADIR%%/config.php.example
|
|
@exec [ ! -f %B/config.php ] && cp -p %B/%f %B/config.php || true
|
|
@mode
|
|
@group
|