Lines 39-44
Link Here
|
39 |
RUN_DEPENDS+= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 |
39 |
RUN_DEPENDS+= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 |
40 |
|
40 |
|
41 |
NO_BUILD= yes |
41 |
NO_BUILD= yes |
|
|
42 |
USE_REINPLACE= yes |
43 |
|
44 |
REINPLACE_ARGS= -i.beforeTurba |
42 |
DOCS= COPYING README docs/CHANGES docs/CREDITS \ |
45 |
DOCS= COPYING README docs/CHANGES docs/CREDITS \ |
43 |
docs/INSTALL docs/turba.dia docs/turba.pdf |
46 |
docs/INSTALL docs/turba.dia docs/turba.pdf |
44 |
CONFFILE= attributes.php conf.php html.php menu.php \ |
47 |
CONFFILE= attributes.php conf.php html.php menu.php \ |
Lines 109-119
Link Here
|
109 |
@${CHOWN} -R www:www ${TURBADIR} |
112 |
@${CHOWN} -R www:www ${TURBADIR} |
110 |
@${CHMOD} -R o-rwx ${CONFDIR} |
113 |
@${CHMOD} -R o-rwx ${CONFDIR} |
111 |
@${CP} -p ${FILESDIR}/httpd.conf.turba ${HORDE_INC} |
114 |
@${CP} -p ${FILESDIR}/httpd.conf.turba ${HORDE_INC} |
112 |
@${PERL} -pi -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ |
115 |
@${REINPLACE_CMD} -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ |
113 |
${HORDE_INC}/httpd.conf.turba |
116 |
${HORDE_INC}/httpd.conf.turba |
114 |
@${CP} -p ${HORDEDIR}/config/registry.php \ |
117 |
@${RM} ${HORDE_INC}/httpd.conf.turba.beforeTurba |
115 |
${HORDEDIR}/config/registry.php.beforeTurba |
118 |
@${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTTURBA::" \ |
116 |
@${PERL} -pi -e "s://UNCOMMENTWHENINSTTURBA::" \ |
|
|
117 |
${HORDEDIR}/config/registry.php |
119 |
${HORDEDIR}/config/registry.php |
118 |
@${CP} -p ${HORDEDIR}/config/registry.php \ |
120 |
@${CP} -p ${HORDEDIR}/config/registry.php \ |
119 |
${HORDEDIR}/config/registry.php.afterTurba |
121 |
${HORDEDIR}/config/registry.php.afterTurba |