diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-10-28 00:02:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-10-28 00:02:35 +0800 |
commit | 79e510fe2a65b71d9a893b6ae3d7653698de19f8 (patch) | |
tree | 2854fab94bd02c5d987708357e284184f0db1596 | |
parent | da7933dfb17aab9ab5cf880640dd9d61728b2c1b (diff) | |
download | freebsd-ports-gnome-79e510fe2a65b71d9a893b6ae3d7653698de19f8.tar.gz freebsd-ports-gnome-79e510fe2a65b71d9a893b6ae3d7653698de19f8.tar.zst freebsd-ports-gnome-79e510fe2a65b71d9a893b6ae3d7653698de19f8.zip |
remove IS_INTERACTIVE again.
No response from maintainer since 30.09.2002
-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 |