diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-20 01:00:03 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-20 01:00:03 +0000 |
commit | 0ec6f79d4547d8605ee51eb069206445a3afc724 (patch) | |
tree | 05e2ae3ddb9e4dfdea333e7f78a4785fee1d9be9 /security/openssh-portable/files/batch.patch | |
parent | - Update to 2.0.2 (diff) |
- Update to 4.0p1
PR: ports/79029
Submitted by: Dimitry Andric <dimitry@andric.com>
Notes
Notes:
svn path=/head/; revision=131679
Diffstat (limited to 'security/openssh-portable/files/batch.patch')
-rw-r--r-- | security/openssh-portable/files/batch.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/openssh-portable/files/batch.patch b/security/openssh-portable/files/batch.patch index 6d5f60af0470..a2fa6dcc9da6 100644 --- a/security/openssh-portable/files/batch.patch +++ b/security/openssh-portable/files/batch.patch @@ -1,11 +1,11 @@ ---- Makefile.in.orig Mon Sep 22 03:00:12 2003 -+++ Makefile.in Sun Sep 28 05:02:19 2003 -@@ -224,7 +224,7 @@ - $(AUTORECONF) +--- Makefile.in.orig Fri Feb 25 18:12:38 2005 ++++ Makefile.in Sat Mar 19 19:53:44 2005 +@@ -230,7 +230,7 @@ + -rm -rf autom4te.cache (cd scard && $(MAKE) -f Makefile.in distprep) --install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config -+install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files check-config - install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files +-install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config ++install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf check-config + install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf + install-nosysconf: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files - check-config: |