freebsd-ports/net/phpldapadmin098/pkg-plist-chunk
Sam Lawrance 4992047d94 Update to 0.9.7.2
PR:		ports/90251
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2005-12-11 23:51:12 +00:00

7 lines
284 B
Text

@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