View | Details | Raw Unified | Return to bug 139596
Collapse All | Expand All

(-)www/typo3/Makefile (+3 lines)
Lines 45-50 Link Here
45
LIB_DEPENDS+=	MagickWand.2:${PORTSDIR}/graphics/ImageMagick
45
LIB_DEPENDS+=	MagickWand.2:${PORTSDIR}/graphics/ImageMagick
46
.endif
46
.endif
47
47
48
pre-install:
49
	${MV} ${SITESRC}/typo3conf/localconf.php ${SITESRC}/typo3conf/localconf.php.dist
50
48
do-install:
51
do-install:
49
	${CP} -R ${WRKSRC} ${PREFIX}/${TYPO3DIR}
52
	${CP} -R ${WRKSRC} ${PREFIX}/${TYPO3DIR}
50
	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3DIR}
53
	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3DIR}
(-)www/typo3/pkg-plist (+3 lines)
Line 0 Link Here
1
@exec mkdir -p %D/www/typo3/typo3conf 2> /dev/null
2
@exec [ -f %D/www/typo3/typo3conf/localconf.php ] || cp %D/www/typo3/typo3conf/localconf.php.dist %D/www/typo3/typo3conf/localconf.php
3
@unexec if cmp -s %D/www/typo3/typo3conf/localconf.php %D/www/typo3/typo3conf/localconf.php.dist; then rm -f %D/www/typo3/typo3conf/localconf.php; fi

Return to bug 139596