pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/stunnel Use VARBASE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73bf57643384
branches:  trunk
changeset: 486520:73bf57643384
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Dec 29 09:53:17 2004 +0000

description:
Use VARBASE.

diffstat:

 security/stunnel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 350db2d41d8d -r 73bf57643384 security/stunnel/Makefile
--- a/security/stunnel/Makefile Wed Dec 29 09:50:00 2004 +0000
+++ b/security/stunnel/Makefile Wed Dec 29 09:53:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2004/12/28 09:09:52 martti Exp $
+# $NetBSD: Makefile,v 1.45 2004/12/29 09:53:17 minskim Exp $
 
 DISTNAME=              stunnel-4.06
 CATEGORIES=            security
@@ -18,7 +18,7 @@
                        --with-pem-dir="${SSLCERTS}" \
                        --with-tcp-wrappers \
                        --sysconfdir="${PKG_SYSCONFDIR}" \
-                       --localstatedir=/var
+                       --localstatedir=${VARBASE}
 
 PKG_SYSCONFSUBDIR=     stunnel
 



Home | Main Index | Thread Index | Old Index