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

(-)Makefile (-3 / +2 lines)
Lines 16-23 Link Here
16
16
17
RUN_DEPENDS=	${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty
17
RUN_DEPENDS=	${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty
18
18
19
USE_APACHE=	yes
19
USE_APACHE=	2.0+
20
WITH_APACHE2=	yes
21
USE_PHP=	mysqli simplexml xml session gd
20
USE_PHP=	mysqli simplexml xml session gd
22
DEFAULT_PHP_VER=	5
21
DEFAULT_PHP_VER=	5
23
IGNORE_WITH_PHP=	4
22
IGNORE_WITH_PHP=	4
Lines 39-45 Link Here
39
SUB_LIST=	DIR=${SITEFRAMEDIR}
38
SUB_LIST=	DIR=${SITEFRAMEDIR}
40
39
41
do-install:
40
do-install:
42
	${MKDIR} ${SITEFRAMEDIR}
41
	${MKDIR} ${SITEFRAMEDIR}/
43
	${CP} -R ${WRKSRC}/* ${SITEFRAMEDIR}/
42
	${CP} -R ${WRKSRC}/* ${SITEFRAMEDIR}/
44
	${CHOWN} -R ${WWWOWN} ${SITEFRAMEDIR}/
43
	${CHOWN} -R ${WWWOWN} ${SITEFRAMEDIR}/

Return to bug 133692