diff options
author | jlam <jlam> | 2006-01-03 05:36:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-01-03 05:36:36 +0000 |
commit | e7aa216355f2e45bdb03d6e08b9ab620612c6e33 (patch) | |
tree | e535028dbf4c4af79128984053a92e9150b14f8a /mail/courier-imap | |
parent | a1f4fd186d90fa98b307f1a77d75e421b6f35bf5 (diff) | |
download | pkgsrc-e7aa216355f2e45bdb03d6e08b9ab620612c6e33.tar.gz |
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 (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 4a501a10cf6..29640a68c63 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -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_TOOLS+= env gmake perl 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 |