pkgsrc/mail/courier-mta/patches/patch-ab
jlam 5f60d5c020 First cut at packaging the MTA and mailing list components of
courier-0.53.1 as mail/courier-mta.

The Courier mail transfer agent (MTA) is a modular multiprotocol mail
server that's designed to strike a balance between reasonable performance,
flexibility and features.

This package differs from traditional courier-mta packages in that
the webmail, imap/pop3, and maildrop components are not included
because they are supplied by the mail/sqwebmail, mail/courier-imap,
and mail/maildrop packages, respectively.  When Courier-MTA is installed
together with Courier-IMAP and SqWebMail, they form an integrated
mail/groupware server suite that provides ESMTP, IMAP, POP3, webmail,
and mailing list services within a single, consistent, framework.  A
web-based administration and configuration tool is included for
comprehensive configuration of the entire Courier software suite.

Many thanks to Yarema <yds@CoolRat.org> whose Courier port for FreeBSD
was an invaluable reference.
2006-04-28 18:10:21 +00:00

17 lines
457 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2006/04/28 18:10:21 jlam Exp $
--- courier/configure.orig 2006-02-25 12:28:52.000000000 -0500
+++ courier/configure
@@ -22684,9 +22684,9 @@ done
if test "$testmode" = "0"
then
- INSTALL_PROGRAM='${INSTALL} -m 700'
- INSTALL_SCRIPT='${INSTALL} -m 700'
- INSTALL_DATA='${INSTALL} -m 600'
+ INSTALL_PROGRAM='${BSD_INSTALL_PROGRAM}'
+ INSTALL_SCRIPT='${BSD_INSTALL_SCRIPT}'
+ INSTALL_DATA='${BSD_INSTALL_DATA}'
fi
ac_ext=cc