pkgsrc/net/lftp/patches/patch-ae
tnn fe9171f449 Update to lftp-3.5.11.
Version 3.5.11 - 2007-04-11
* fixed mirror for MDTM-less ftp servers.
* fixed readline prompt for \[\] (visible on win32).
* fixed compilation with Sun native compiler (Yann Rouillard).
Version 3.5.10 - 2007-03-26
* fixed core dump when doing ls on file: connection.
* fixed core dump when doing pget to write-protected directory.
2007-04-25 18:37:38 +00:00

15 lines
588 B
Text

$NetBSD: patch-ae,v 1.3 2007/04/25 18:37:38 tnn Exp $
--- po/Makefile.in.in.orig 2007-03-26 12:25:16.000000000 +0200
+++ po/Makefile.in.in
@@ -38,8 +38,8 @@ INSTALL_DATA = @INSTALL_DATA@
# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
# versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) @install_sh@ -d
-install_sh = $(SHELL) @install_sh@
+mkinstalldirs = @install_sh@ -d
+install_sh = @install_sh@
MKDIR_P = @MKDIR_P@
mkdir_p = @mkdir_p@