Fix documentation after the move to lang/php.

This commit is contained in:
ajacoutot 2011-07-14 09:45:13 +00:00
parent 0251555f8b
commit 8f549badf8
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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
--------------------------------------