pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot Use ${VARBASE} instead of "/var".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f503460ec9a9
branches:  trunk
changeset: 476842:f503460ec9a9
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Jun 21 08:32:05 2004 +0000

description:
Use ${VARBASE} instead of "/var".

diffstat:

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

diffs (18 lines):

diff -r 6bc38acb7f56 -r f503460ec9a9 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Mon Jun 21 08:30:23 2004 +0000
+++ b/mail/dovecot/Makefile     Mon Jun 21 08:32:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/06/21 08:30:24 xtraeme Exp $
+# $NetBSD: Makefile,v 1.21 2004/06/21 08:32:05 xtraeme Exp $
 
 DISTNAME=              dovecot-0.99.10.6
 CATEGORIES=            mail
@@ -18,7 +18,7 @@
 GNU_CONFIGURE=         YES
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=       --localstatedir=/var
+CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --with-ssldir=${SSLCERTS}
 
 # Avoid an ICE in gcc2 on sparc64



Home | Main Index | Thread Index | Old Index