diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-08 21:06:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-08 21:06:29 +0000 |
commit | 6ecd1db2e7dd4966ffb3b0818d1d143adb61ce83 (patch) | |
tree | beb32eff38b186dd742bfb0843a183af5e13e916 /security/hpn-ssh/files/batch.patch | |
parent | - Update to 20020306 (diff) |
fix patch for build on bento
Notes
Notes:
svn path=/head/; revision=55746
Diffstat (limited to 'security/hpn-ssh/files/batch.patch')
-rw-r--r-- | security/hpn-ssh/files/batch.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/hpn-ssh/files/batch.patch b/security/hpn-ssh/files/batch.patch index 91391aa4228f..eb91ab511340 100644 --- a/security/hpn-ssh/files/batch.patch +++ b/security/hpn-ssh/files/batch.patch @@ -1,6 +1,6 @@ ---- Makefile.in.orig Mon Nov 12 00:34:23 2001 -+++ Makefile.in Sun Dec 2 08:01:27 2001 -@@ -176,7 +176,7 @@ +--- Makefile.in.orig Tue Feb 26 20:24:22 2002 ++++ Makefile.in Fri Mar 8 22:02:48 2002 +@@ -183,7 +183,7 @@ autoreconf (cd scard && $(MAKE) -f Makefile.in distprep) @@ -9,10 +9,10 @@ install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files scard-install: -@@ -213,37 +213,6 @@ +@@ -222,37 +222,6 @@ + ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 - #@FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin - if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ - $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \ - fi |