pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot Use ${SSLCERTS} instead of harcoded /etc/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33f1a6d44b5f
branches:  trunk
changeset: 461905:33f1a6d44b5f
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Sep 23 14:27:34 2003 +0000

description:
Use ${SSLCERTS} instead of harcoded /etc/openssl.

diffstat:

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

diffs (18 lines):

diff -r 9b6305bced9a -r 33f1a6d44b5f mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Tue Sep 23 13:58:36 2003 +0000
+++ b/mail/dovecot/Makefile     Tue Sep 23 14:27:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/23 13:54:25 salo Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/23 14:27:34 xtraeme Exp $
 #
 
 DISTNAME=              dovecot-0.99.10
@@ -23,7 +23,7 @@
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --localstatedir=/var
-CONFIGURE_ARGS+=       --with-ssldir=/etc/openssl
+CONFIGURE_ARGS+=       --with-ssldir=${SSLCERTS}
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index