diff options
author | grant <grant@pkgsrc.org> | 2004-01-20 03:08:25 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-20 03:08:25 +0000 |
commit | 35e1a0854696f5b12400e2fc59dcd51f38b0e0fd (patch) | |
tree | 720e08a404ccfee13c0a7765b55ed6f1e9b469c8 /security/stunnel | |
parent | 5f8dccdcb575da2d359dcd71311798cfd78a6603 (diff) | |
download | pkgsrc-35e1a0854696f5b12400e2fc59dcd51f38b0e0fd.tar.gz |
put the stunnel.pid file in /var/run, not ${PREFIX}/var/run.
bump PKGREVISION.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index b0a15d608cf..1755e5be7d3 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2003/11/12 03:39:43 jschauma Exp $ +# $NetBSD: Makefile,v 1.37 2004/01/20 03:08:25 grant Exp $ DISTNAME= stunnel-4.04 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/stunnel/ \ ftp://stunnel.mirt.net/stunnel/ \ @@ -18,7 +18,8 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE} \ --with-cert-dir="${SSLCERTS}" \ --with-pem-dir="${SSLCERTS}" \ --with-tcp-wrappers \ - --sysconfdir="${PKG_SYSCONFDIR}" + --sysconfdir="${PKG_SYSCONFDIR}" \ + --localstatedir=/var PKG_SYSCONFSUBDIR= stunnel |