mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d8ef2d0111
instead of /usr/local/www/data/phpMyAdmin - Improves handling config files, making them not world readable by default. - Generates pkg-plist dynamically - Adds a WITH_SUPHP option PR: ports/66697 Submitted by: maintainer
8 lines
288 B
Plaintext
8 lines
288 B
Plaintext
@mode 640
|
|
@group %%MYADMGRP%%
|
|
@unexec if cmp -s %D/%%MYADMDIR%%/config.inc.php.sample %D/%%MYADMDIR%%/config.inc.php ; then rm -f %D/%%MYADMDIR%%/config.inc.php ; fi
|
|
%%MYADMDIR%%/config.inc.php.sample
|
|
@exec [ ! -f %B/config.inc.php ] && cp -p %B/%f %B/config.inc.php || true
|
|
@mode
|
|
@group
|