summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-06-21 08:32:05 +0000
committerxtraeme <xtraeme>2004-06-21 08:32:05 +0000
commit289abf5aa0be2f18b4701474e7e2b38f56e54081 (patch)
treefa4ee0551a5da2234011b98d5c8704797e965761
parentd0a67ce3fd4a963bf82fef255a27575eb07cc7e8 (diff)
downloadpkgsrc-289abf5aa0be2f18b4701474e7e2b38f56e54081.tar.gz
Use ${VARBASE} instead of "/var".
-rw-r--r--mail/dovecot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 18da58354b4..8deaf6754f5 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -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 @@ USE_PKGINSTALL= YES
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