remove IS_INTERACTIVE again.

No response from maintainer since 30.09.2002
This commit is contained in:
Dirk Meyer 2002-10-27 16:02:35 +00:00
parent dee01374c8
commit 3f4590834a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68930
2 changed files with 19 additions and 1 deletions

View File

@ -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}

View File

@ -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