summaryrefslogtreecommitdiff
path: root/mail/dovecot2-pigeonhole/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dovecot2-pigeonhole/Makefile')
-rw-r--r--mail/dovecot2-pigeonhole/Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile
index 65935ef1c4b..29799a8f1cc 100644
--- a/mail/dovecot2-pigeonhole/Makefile
+++ b/mail/dovecot2-pigeonhole/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2010/11/07 12:36:53 adam Exp $
+# $NetBSD: Makefile,v 1.3 2010/12/07 10:08:27 ghen Exp $
-DISTNAME= dovecot-2.0-pigeonhole-0.2.1
-PKGNAME= ${DISTNAME:S/-2.0-/-/}
-CATEGORIES= mail
-MASTER_SITES= http://www.rename-it.nl/dovecot/2.0/
+DISTNAME= dovecot-2.0-pigeonhole-0.2.2
+PKGNAME= ${DISTNAME:S/-2.0-/-/}
+CATEGORIES= mail
+MASTER_SITES= http://www.rename-it.nl/dovecot/2.0/
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.dovecot.org/
-COMMENT= Support for the Sieve language and the ManageSieve protocol
-LICENSE= gnu-lgpl-v2.1
+MAINTAINER= ghen@NetBSD.org
+HOMEPAGE= http://www.dovecot.org/
+COMMENT= Support for the Sieve language and the ManageSieve protocol
+LICENSE= gnu-lgpl-v2.1
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -17,11 +17,11 @@ USE_TOOLS+= pkg-config rpcgen
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-EGDIR= ${PREFIX}/share/examples/dovecot
-CONFD= ${PKG_SYSCONFDIR}/dovecot/conf.d
-MAKE_DIRS+= ${CONFD}
-CONF_FILES+= ${EGDIR}/conf.d/20-managesieve.conf ${CONFD}/20-managesieve.conf
-CONF_FILES+= ${EGDIR}/conf.d/90-sieve.conf ${CONFD}/90-sieve.conf
+EGDIR= ${PREFIX}/share/examples/dovecot
+CONFD= ${PKG_SYSCONFDIR}/dovecot/conf.d
+MAKE_DIRS+= ${CONFD}
+CONF_FILES+= ${EGDIR}/conf.d/20-managesieve.conf ${CONFD}/20-managesieve.conf
+CONF_FILES+= ${EGDIR}/conf.d/90-sieve.conf ${CONFD}/90-sieve.conf
.include "../../mail/dovecot2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"