diff options
author | ghen <ghen@pkgsrc.org> | 2008-01-03 14:06:20 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-01-03 14:06:20 +0000 |
commit | f51dee6045c873f7b24929212ecbb80f27879692 (patch) | |
tree | 9ad167b9b78ddeb2e7ced84360be8d5ecd40c18e /mail/dovecot | |
parent | 5a6263917d6fff5085e4da28915c617cb34dac47 (diff) | |
download | pkgsrc-f51dee6045c873f7b24929212ecbb80f27879692.tar.gz |
pkglint.
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/options.mk | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 4a69d7749b3..12a8ecd321f 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2008/01/01 20:47:57 ghen Exp $ +# $NetBSD: Makefile,v 1.111 2008/01/03 14:06:20 ghen Exp $ DISTNAME= dovecot-1.0.10 CATEGORIES= mail @@ -45,6 +45,8 @@ SUBST_FILES.paths= dovecot-example.conf SUBST_SED.paths+= -e 's,@PREFIX@,${PREFIX},g' SUBST_STAGE.paths= pre-configure +BUILD_DEFS+= VARBASE + post-build: ${SED} "s|/etc/ssl/|${SSLDIR}/|" ${WRKSRC}/dovecot-example.conf \ > ${WRKDIR}/dovecot-example.conf diff --git a/mail/dovecot/options.mk b/mail/dovecot/options.mk index 56b8780280b..9be08c7cba2 100644 --- a/mail/dovecot/options.mk +++ b/mail/dovecot/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.19 2007/02/22 19:26:40 wiz Exp $ +# $NetBSD: options.mk,v 1.20 2008/01/03 14:06:20 ghen Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot PKG_SUPPORTED_OPTIONS= gssapi inet6 kqueue ldap mysql pam pgsql sasl sqlite @@ -6,7 +6,7 @@ PKG_OPTIONS_OPTIONAL_GROUPS= ssl PKG_OPTIONS_GROUP.ssl= gnutls ssl PKG_SUGGESTED_OPTIONS= ssl -.ifdef PKG_HAVE_KQUEUE +.if defined(PKG_HAVE_KQUEUE) PKG_SUGGESTED_OPTIONS+= kqueue .endif |