diff options
author | jym <jym> | 2011-08-31 08:26:15 +0000 |
---|---|---|
committer | jym <jym> | 2011-08-31 08:26:15 +0000 |
commit | 9c39c201721762efdf222bab124a7319c60bf8e3 (patch) | |
tree | 94d2f59f6394ec205523c9e08bdb6f742c6000ce /security/stunnel | |
parent | 851bfc8ff1849ef47b311484a375ed9719c65fca (diff) | |
download | pkgsrc-9c39c201721762efdf222bab124a7319c60bf8e3.tar.gz |
Remove stunnel/ component from SYSCONFDIR path. /stunnel/ is already
set in PKG_SYSCONFDIR variable, so it is passed down to Makefile.
Configuration final path ends up being etc/stunnel/stunnel/stunnel.conf,
which is wrong.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/distinfo | 4 | ||||
-rw-r--r-- | security/stunnel/patches/patch-ac | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index dbbe5aa087d..641fb7bac2d 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.31 2011/08/24 17:56:50 tron Exp $ +$NetBSD: distinfo,v 1.32 2011/08/31 08:26:15 jym Exp $ SHA1 (stunnel-4.42.tar.gz) = 2bfe693f95d79e964c51fd5e9bf0762663338c9d RMD160 (stunnel-4.42.tar.gz) = beecf4e8b4bfa538473e983910fa3ee7acedeafa Size (stunnel-4.42.tar.gz) = 558391 bytes SHA1 (patch-aa) = 1337b81c8b9a77dc18c052e3f7301d62c68a8b8f -SHA1 (patch-ac) = fda78cc9794c39357091a55e74fc44e3143b0fab +SHA1 (patch-ac) = 65097bf1d0dab0f876a500426fe260b6166b1c85 diff --git a/security/stunnel/patches/patch-ac b/security/stunnel/patches/patch-ac index 3f74215cc05..9876dd62b34 100644 --- a/security/stunnel/patches/patch-ac +++ b/security/stunnel/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.13 2011/08/24 17:56:50 tron Exp $ +$NetBSD: patch-ac,v 1.14 2011/08/31 08:26:16 jym Exp $ Change pid file location. @@ -9,7 +9,7 @@ Change pid file location. # Additional compiler flags -AM_CPPFLAGS = -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -DPIDFILE='"$(localstatedir)/run/stunnel/stunnel.pid"' -+AM_CPPFLAGS = -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -DPIDFILE='"$(localstatedir)/run/stunnel.pid"' ++AM_CPPFLAGS = -DLIBDIR='"$(pkglibdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"$(localstatedir)/run/stunnel.pid"' # Win32 executable EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak makew32.bat nogui.c os2.mak |