This commit is contained in:
Geert Hendrickx 2008-01-03 14:06:59 +00:00 committed by Thomas Klausner
parent 54edfa247f
commit ed085809ea
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.34 2008/01/03 14:00:55 ghen Exp $
# $NetBSD: Makefile,v 1.35 2008/01/03 14:06:59 ghen Exp $
DISTNAME= dovecot-1.1.beta13
PKGNAME= ${DISTNAME:S/.beta/beta/}
@ -47,6 +47,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

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.7 2007/09/23 17:52:16 ghen Exp $
# $NetBSD: options.mk,v 1.8 2008/01/03 14:06:59 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