diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-27 16:02:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-27 16:02:35 +0000 |
commit | 3f4590834aa31ce31d76ccced30eb068b6f216f0 (patch) | |
tree | 62309980e4ecf1462ffea4628e3f1ce879681f96 /security/stunnel | |
parent | dee01374c8e97dde1eb72455401176a056259879 (diff) | |
download | ports-3f4590834aa31ce31d76ccced30eb068b6f216f0.tar.gz ports-3f4590834aa31ce31d76ccced30eb068b6f216f0.zip |
Notes
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 1 | ||||
-rw-r--r-- | security/stunnel/files/patch-Makefile.in | 19 |
2 files changed, 19 insertions, 1 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 1801b043192a..4ebe76f177e2 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -17,7 +17,6 @@ MAINTAINER= roam@FreeBSD.org USE_OPENSSL= YES USE_REINPLACE= YES -IS_INTERACTIVE= YES # prompts for information while generating certificate GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/tmp --with-pem-dir=${PEM_DIR} diff --git a/security/stunnel/files/patch-Makefile.in b/security/stunnel/files/patch-Makefile.in new file mode 100644 index 000000000000..c51a82757401 --- /dev/null +++ b/security/stunnel/files/patch-Makefile.in @@ -0,0 +1,19 @@ +--- tools/Makefile.in.orig Fri Aug 30 19:59:52 2002 ++++ tools/Makefile.in Sun Oct 27 16:59:27 2002 +@@ -83,7 +83,7 @@ + + + confdir = $(sysconfdir)/stunnel +-conf_DATA = stunnel.conf-sample stunnel.pem ++conf_DATA = stunnel.conf-sample + + docdir = $(datadir)/doc/stunnel + examplesdir = $(docdir)/examples +@@ -186,7 +186,6 @@ + + install-data-am: install-confDATA install-examplesDATA + @$(NORMAL_INSTALL) +- $(MAKE) $(AM_MAKEFLAGS) install-data-hook + install-data: install-data-am + + install-am: all-am |