diff --git a/mail/zarafa/zarafa/Makefile b/mail/zarafa/zarafa/Makefile index 62a0dfb5153..62f43ee31de 100644 --- a/mail/zarafa/zarafa/Makefile +++ b/mail/zarafa/zarafa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.96 2011/07/14 08:54:32 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.97 2011/07/14 09:45:13 ajacoutot Exp $ COMMENT-main= MS Exchange groupware suite replacement COMMENT-web= zarafa webaccess frontend and MAPI extensions for PHP @@ -7,7 +7,7 @@ PKGNAME= zarafa-${V} PKGNAME-main= zarafa-${V} PKGNAME-web= zarafa-webaccess-${V} -REVISION-main= 14 +REVISION-main= 15 REVISION-web= 4 CATEGORIES= mail www productivity diff --git a/mail/zarafa/zarafa/pkg/README-main b/mail/zarafa/zarafa/pkg/README-main index 95c197d695e..c748447020a 100644 --- a/mail/zarafa/zarafa/pkg/README-main +++ b/mail/zarafa/zarafa/pkg/README-main @@ -1,4 +1,4 @@ -$OpenBSD: README-main,v 1.11 2011/07/14 08:54:32 ajacoutot Exp $ +$OpenBSD: README-main,v 1.12 2011/07/14 09:45:13 ajacoutot Exp $ +----------------------------------------------------------------------- | Running ${FULLPKGNAME} on OpenBSD @@ -105,11 +105,11 @@ The debugging output will then be available under: ${INSTDIR}/debug.txt You need to enable the PHP mapi module by creating a symbolic link from -${PREFIX-web}/conf/php5.sample/${MODULE_NAME}.ini to -${PREFIX-web}/conf/php5/${MODULE_NAME}.ini: +${SYSCONFDIR}/php-${MODPHP_VERSION}.sample/${MODULE_NAME}.ini to +${SYSCONFDIR}/php-${MODPHP_VERSION}/${MODULE_NAME}.ini: - # ln -fs ${PREFIX-web}/conf/php5.sample/${MODULE_NAME}.ini \ - ${PREFIX-web}/conf/php5/${MODULE_NAME}.ini + # ln -fs ${SYSCONFDIR}/php-${MODPHP_VERSION}.sample/${MODULE_NAME}.ini \ + ${SYSCONFDIR}/php-${MODPHP_VERSION}/${MODULE_NAME}.ini The PHP mapi module and OpenBSD Apache --------------------------------------