diff options
author | tron <tron@pkgsrc.org> | 2000-06-17 21:52:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-06-17 21:52:18 +0000 |
commit | 222f1769e77b38066a2f0b32f6ada1aa64b1abe8 (patch) | |
tree | 9b7624a82030e3d9094ee20aa9b3f819f9a276c7 /security/stunnel/patches | |
parent | 83426c1a1eca072bd7c90ef6d22131a674511893 (diff) | |
download | pkgsrc-222f1769e77b38066a2f0b32f6ada1aa64b1abe8.tar.gz |
Don't install automatically created certificate. It is useless and will
only overwrite a useful one.
Diffstat (limited to 'security/stunnel/patches')
-rw-r--r-- | security/stunnel/patches/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/security/stunnel/patches/patch-aa b/security/stunnel/patches/patch-aa index cb7e247b6ba..47e2547f3fe 100644 --- a/security/stunnel/patches/patch-aa +++ b/security/stunnel/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2000/04/26 13:00:17 tron Exp $ +$NetBSD: patch-aa,v 1.5 2000/06/17 21:52:18 tron Exp $ --- Makefile.in.orig Tue Feb 22 13:08:16 2000 -+++ Makefile.in Wed Apr 26 14:59:30 2000 ++++ Makefile.in Sat Jun 17 23:46:38 2000 @@ -7,9 +7,9 @@ sbindir=@sbindir@ libdir=@libdir@ @@ -14,6 +14,15 @@ $NetBSD: patch-aa,v 1.4 2000/04/26 13:00:17 tron Exp $ @SET_MAKE@ VERSION=stunnel-@VERSION@ RANDOM_OPT=@RANDOM_OPT@ +@@ -18,7 +18,7 @@ + CFLAGS=@CFLAGS@ @DEFS@ -Dcertdir=\"$(certdir)\" -Dlibdir=\"$(libdir)\" -Dpiddir=\"$(piddir)\" + LIBS=@LIBS@ + OBJS=stunnel.o ssl.o protocol.o sthreads.o pty.o log.o +-DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8 $(certdir)/stunnel.pem ++DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8 + + # standard external rules + @@ -50,7 +50,6 @@ installdirs: mkinstalldirs |