From de30e822c353daa01367be7ba22b327d9945282e Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 28 Jul 2003 15:51:23 +0000 Subject: Changes 1.0.6 - 1.0.8 * Remove "Feel free to send more messages" text from vacation messages. * Disable gzip for Opera attachment download. * Fixed config->prayer_user expansion. * fatal() shouldn't dump core if root. * Fixed abook_list boundary condition when current entry is last on page. * Added message download link for Message/RFC822 sections. * Fix session_server() ping interval logic. * Other bug-fixes --- mail/prayer/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'mail/prayer/Makefile') diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile index bc355b21d7c..f93861a7a37 100644 --- a/mail/prayer/Makefile +++ b/mail/prayer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:46:51 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/28 15:51:23 adam Exp $ # -DISTNAME= prayer-1.0.5 -PKGREVISION= 2 +DISTNAME= prayer-1.0.8 CATEGORIES= mail www MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/ @@ -33,6 +32,9 @@ CONF_FILES+= ${EGDIR}/welcome.html ${PKG_SYSCONFDIR}/welcome.html pre-install: ${INSTALL_DATA_DIR} ${EGDIR} +post-install: + ${FIND} -d ${PREFIX}/share/prayer -name CVS -type d -exec ${RM} -r {} \; + .include "../../databases/db4/buildlink2.mk" .include "../../devel/zlib/buildlink2.mk" .include "../../lang/perl5/buildlink2.mk" -- cgit v1.2.3