summaryrefslogtreecommitdiff
path: root/www/typo3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/typo3/Makefile')
-rw-r--r--www/typo3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index 682f80287b99..3a504015cdcd 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= typo3
-PORTVERSION= 4.2.8
+PORTVERSION= 4.2.9
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
DISTNAME= ${PORTNAME}_src-${PORTVERSION}
@@ -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}