1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/typo343/pkg-plist
Wen Heping c9afdd6016 - Update to 4.3.8
PR:		ports/151459
Submitted by:	Helmut Schneider <jumper99@gmx.de> (maintainer)
2010-10-19 00:38:03 +00:00

4 lines
350 B
Plaintext

@exec mkdir -p %D/www/typo343/typo3conf 2> /dev/null
@exec [ -f %D/www/typo343/typo3conf/localconf.php ] || cp %D/www/typo343/typo3conf/localconf.php.dist %D/www/typo343/typo3conf/localconf.php
@unexec if cmp -s %D/www/typo343/typo3conf/localconf.php %D/www/typo343/typo3conf/localconf.php.dist; then rm -f %D/www/typo343/typo3conf/localconf.php; fi