diff options
Diffstat (limited to 'security/openssh/patches/patch-ah')
-rw-r--r-- | security/openssh/patches/patch-ah | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/openssh/patches/patch-ah b/security/openssh/patches/patch-ah index 7f2b7f02544..80635cd7bf4 100644 --- a/security/openssh/patches/patch-ah +++ b/security/openssh/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.26 2010/02/18 08:04:35 martti Exp $ +$NetBSD: patch-ah,v 1.27 2010/02/19 10:17:33 martti Exp $ ---- Makefile.in.orig 2008-11-05 14:20:46.000000000 +0900 -+++ Makefile.in -@@ -22,7 +22,7 @@ top_srcdir=@top_srcdir@ +--- Makefile.in.orig 2009-08-28 03:47:38.000000000 +0300 ++++ Makefile.in 2010-02-19 12:08:24.000000000 +0200 +@@ -22,7 +22,7 @@ DESTDIR= VPATH=@srcdir@ SSH_PROGRAM=@bindir@/ssh @@ -11,7 +11,7 @@ $NetBSD: patch-ah,v 1.26 2010/02/18 08:04:35 martti Exp $ SFTP_SERVER=$(libexecdir)/sftp-server SSH_KEYSIGN=$(libexecdir)/ssh-keysign RAND_HELPER=$(libexecdir)/ssh-rand-helper -@@ -233,7 +233,7 @@ distprep: catman-do +@@ -235,7 +235,7 @@ (cd scard && $(MAKE) -f Makefile.in distprep) install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config @@ -20,7 +20,7 @@ $NetBSD: patch-ah,v 1.26 2010/02/18 08:04:35 martti Exp $ install-nosysconf: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files check-config: -@@ -244,7 +244,7 @@ check-config: +@@ -244,7 +244,7 @@ scard-install: (cd scard && env DESTDIR=$(DESTDIR) $(MAKE) DESTDIR=$(DESTDIR) install) |