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

(-)horde/Makefile (+7 lines)
Lines 334-339 Link Here
334
	${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
334
	${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
335
.endif
335
.endif
336
336
337
	# Copy RCSID tag from conf.xml into conf.php to stop Horde complaining
338
	@if ! ${GREP} -q -e "$$Horde.*conf\.xml" ${WRKSRC}/config/conf.php.dist; then \
339
	  ${GREP} -h "$$Horde.*conf\.xml" ${WRKSRC} ${WRKSRC}/config/conf.xml \
340
	    | ${SED} -e 's#^ *<!--#//#' -e 's# *--> *$$##g' \
341
	    >> ${WRKSRC}/config/conf.php.dist; \
342
	fi
343
337
do-install:
344
do-install:
338
	@${MKDIR}  ${HORDEDIR}
345
	@${MKDIR}  ${HORDEDIR}
339
.for REP in ${SUB_DIRS}
346
.for REP in ${SUB_DIRS}

Return to bug 96080