diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-26 15:53:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-26 15:53:35 +0000 |
commit | 91d68ec0aedcb84b919b7325a13806f2a521ca03 (patch) | |
tree | 191df8b627eccd69642619ca5b35947ceb22bd0c /ftp/lftp/files/patch-src::Makefile.in | |
parent | Update to the 2003-12-22 snapshot. (diff) |
- Update to 2.6.11
PR: ports/60592
Submitted by: Dmitry A. Yanko <fm@code.org.ua> (maintainer)
Notes
Notes:
svn path=/head/; revision=96626
Diffstat (limited to '')
-rw-r--r-- | ftp/lftp/files/patch-src::Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ftp/lftp/files/patch-src::Makefile.in b/ftp/lftp/files/patch-src::Makefile.in index 6138acb44843..174fe5510067 100644 --- a/ftp/lftp/files/patch-src::Makefile.in +++ b/ftp/lftp/files/patch-src::Makefile.in @@ -1,10 +1,10 @@ ---- src/Makefile.in.orig Wed Nov 21 17:37:09 2001 -+++ src/Makefile.in Wed Nov 21 17:37:23 2001 -@@ -396,7 +396,6 @@ - $(RANLIB) libtasks.a +--- src/Makefile.in.orig Mon Dec 22 14:56:28 2003 ++++ src/Makefile.in Fri Dec 26 16:45:09 2003 +@@ -464,7 +464,6 @@ + done install-pkgverlibLTLIBRARIES: $(pkgverlib_LTLIBRARIES) @$(NORMAL_INSTALL) -- $(mkinstalldirs) $(DESTDIR)$(pkgverlibdir) +- $(mkdir_p) $(DESTDIR)$(pkgverlibdir) @list='$(pkgverlib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ - echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkgverlibdir)/$$p"; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ |