freebsd-ports/net/phpldapadmin098/pkg-plist-chunk
Rong-En Fan a620c0c128 - Use fixed UID when WITH_SUPHP
- 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)
2008-03-09 04:45:39 +00:00

8 lines
285 B
Plaintext

@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