diff --git a/mail/z-push/Makefile b/mail/z-push/Makefile index 95f1f787cb0..c444bf70e8a 100644 --- a/mail/z-push/Makefile +++ b/mail/z-push/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2011/11/16 15:56:37 robert Exp $ +# $OpenBSD: Makefile,v 1.19 2012/03/15 13:35:53 ajacoutot Exp $ COMMENT= ActiveSync protocol implementation @@ -7,7 +7,7 @@ DISTNAME= z-push-${V}-790 PKGNAME= z-push-${V} CATEGORIES= mail www -REVISION= 0 +REVISION= 1 HOMEPAGE= http://z-push.sourceforge.net/ diff --git a/mail/z-push/pkg/MESSAGE b/mail/z-push/pkg/MESSAGE deleted file mode 100644 index 397c90ce684..00000000000 --- a/mail/z-push/pkg/MESSAGE +++ /dev/null @@ -1,13 +0,0 @@ -Z-push has been installed into ${INSTDIR} - -You should point the followings to the DocumentRoot of your web-server: - # ln -s ../z-push /var/www/htdocs/z-push -(make sure you use a relative symlink since Apache is chrooted) - -With Apache, some non defaults PHP settings are required on the -${INSTDIR} directory. You can configure this as follows: - # ln -s ${PREFIX}/conf/modules.sample/z-push.conf \ - /var/www/conf/modules - -Proceed to complete the configuration by reading: - ${INSTDIR}/INSTALL diff --git a/mail/z-push/pkg/PLIST b/mail/z-push/pkg/PLIST index 2bb5aca2ba7..da5c8db3a04 100644 --- a/mail/z-push/pkg/PLIST +++ b/mail/z-push/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.5 2011/03/07 19:50:26 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.6 2012/03/15 13:35:53 ajacoutot Exp $ z-push/ z-push/INSTALL z-push/LICENSE @@ -45,3 +45,5 @@ z-push/z-push.conf.dist @sample /var/www/conf/modules.sample/z-push.conf z-push/zpushdefs.php z-push/zpushdtd.php +@cwd ${LOCALBASE}/share/doc/pkg-readmes +${FULLPKGNAME} diff --git a/mail/z-push/pkg/README b/mail/z-push/pkg/README new file mode 100644 index 00000000000..a6b67bde876 --- /dev/null +++ b/mail/z-push/pkg/README @@ -0,0 +1,20 @@ +$OpenBSD: README,v 1.1 2012/03/15 13:35:53 ajacoutot Exp $ + ++----------------------------------------------------------------------- +| Running ${FULLPKGNAME} on OpenBSD ++----------------------------------------------------------------------- + +Z-push is installed under + ${INSTDIR} + +You should point the followings to the DocumentRoot of your web-server: + # ln -s ../z-push /var/www/htdocs/z-push +(make sure you use a relative symlink since Apache is chrooted) + +Some non defaults PHP settings are required on the ${INSTDIR} +directory. For Apache ou can configure this as follows: + # ln -s ${PREFIX}/conf/modules.sample/z-push.conf \ + /var/www/conf/modules + +Proceed to complete the configuration by reading: + ${INSTDIR}/INSTALL diff --git a/mail/z-push/pkg/UNMESSAGE b/mail/z-push/pkg/UNMESSAGE index 2f1a0cc4002..17750b9eeb3 100644 --- a/mail/z-push/pkg/UNMESSAGE +++ b/mail/z-push/pkg/UNMESSAGE @@ -1,4 +1,4 @@ To completely deinstall z-push you need to perform the following steps as root: # rm -f /var/www/conf/modules/z-push.conf - # rm -f /var/www/htdocs/z-push + # rm -f /var/www/z-push