diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-21 08:32:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-21 08:32:05 +0000 |
commit | 316c9cc4388e06b43a98113dbd5b5d93694a23dd (patch) | |
tree | fa4ee0551a5da2234011b98d5c8704797e965761 /mail | |
parent | fca0a5a063e4a45f5f67b90b26735f2e7e124728 (diff) | |
download | pkgsrc-316c9cc4388e06b43a98113dbd5b5d93694a23dd.tar.gz |
Use ${VARBASE} instead of "/var".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 4 |
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 |