1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/typo344/pkg-plist
Wen Heping ed88f6e13e - Now installs to www/typo344 instead of www/typo3 to allow installation of different versions
PR:		ports/155136
Submitted by:	Helmut Schneider <jumper99@gmx.de> (maintainer)
2011-03-01 02:20:36 +00:00

4 lines
350 B
Plaintext

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