diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-14 13:12:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-14 13:12:44 +0000 |
commit | 3aa520970006c0ec98fa77abf1ba522adde12acf (patch) | |
tree | f8353cb142ce3b65c84caedd854220da591842fa /www/typo345/Makefile | |
parent | 3824ec0135938c09d66b2a02ebef79b2b055a214 (diff) | |
download | ports-3aa520970006c0ec98fa77abf1ba522adde12acf.tar.gz ports-3aa520970006c0ec98fa77abf1ba522adde12acf.zip |
Notes
Diffstat (limited to 'www/typo345/Makefile')
-rw-r--r-- | www/typo345/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/typo345/Makefile b/www/typo345/Makefile index 682f80287b99..e6acb5239c43 100644 --- a/www/typo345/Makefile +++ b/www/typo345/Makefile @@ -45,6 +45,9 @@ USE_PHP+= zlib LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick .endif +pre-install: + ${MV} ${SITESRC}/typo3conf/localconf.php ${SITESRC}/typo3conf/localconf.php.dist + do-install: ${CP} -R ${WRKSRC} ${PREFIX}/${TYPO3DIR} ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3DIR} |