put the stunnel.pid file in /var/run, not ${PREFIX}/var/run.
bump PKGREVISION.
This commit is contained in:
parent
5f8dccdcb5
commit
35e1a08546
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue