pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/courier-imap Note once again that "fam" is a supp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b24d4a16c7e6
branches:  trunk
changeset: 505366:b24d4a16c7e6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jan 03 05:36:36 2006 +0000

description:
Note once again that "fam" is a supported package option for courier-imap.
The logic to handle this is still in mail/courier-maildir/Makefile.common,
but the package option must now be specified here.

diffstat:

 mail/courier-imap/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8575b9930de4 -r b24d4a16c7e6 mail/courier-imap/Makefile
--- a/mail/courier-imap/Makefile        Tue Jan 03 05:35:30 2006 +0000
+++ b/mail/courier-imap/Makefile        Tue Jan 03 05:36:36 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2005/12/29 06:21:47 jlam Exp $
+# $NetBSD: Makefile,v 1.49 2006/01/03 05:36:36 jlam Exp $
 
 DISTNAME=      courier-imap-4.0.6
 CATEGORIES=    mail
@@ -15,8 +15,10 @@
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 
+PKG_SUPPORTED_OPTIONS+=        fam
+
 # PKGNAME is a parameter to the following file
-PKGNAME=       ${DISTNAME}
+PKGNAME=               ${DISTNAME}
 .include "../../mail/courier-maildir/Makefile.common"
 
 CONFIGURE_ARGS+=       --datadir=${PREFIX}/share/courier



Home | Main Index | Thread Index | Old Index