diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:42:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:42:01 +0000 |
commit | 3e1a104b6825136073b39fb291d7f820c29ded3c (patch) | |
tree | de8b115fa3a132c44f7238f64eb2f065586d8377 /deskutils/horde-kronolith | |
parent | 3960b87dadd7732b6325c696d9f665a1d651ce84 (diff) | |
download | ports-3e1a104b6825136073b39fb291d7f820c29ded3c.tar.gz ports-3e1a104b6825136073b39fb291d7f820c29ded3c.zip |
Notes
Diffstat (limited to 'deskutils/horde-kronolith')
-rw-r--r-- | deskutils/horde-kronolith/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile index 48e6fdf0d0f5..1532103513d9 100644 --- a/deskutils/horde-kronolith/Makefile +++ b/deskutils/horde-kronolith/Makefile @@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/kronolith/ \ http://ftp.horde.org/pub/kronolith/ -MAINTAINER= thierry@pompo.net +MAINTAINER= thierry@FreeBSD.org COMMENT= Kronolith is the Horde calendar application RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 @@ -26,6 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes +USE_PHP= mcal USE_REINPLACE= yes .if defined(WITH_APACHE2) @@ -55,14 +56,6 @@ HORDE_INC= ${LOCALBASE}/etc/horde post-patch: @${RM} ${WRKSRC}/config/conf.php.dist.orig -pre-install: - @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcal.0" ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP and Horde with MCAL support enabled." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi - do-install: @${MKDIR} ${KRONOLITHDIR} .for REP in ${SUB_DIRS} |