diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /archivers/rpm5/files/patch-beecrypt::Makefile.in | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'archivers/rpm5/files/patch-beecrypt::Makefile.in')
-rw-r--r-- | archivers/rpm5/files/patch-beecrypt::Makefile.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/archivers/rpm5/files/patch-beecrypt::Makefile.in b/archivers/rpm5/files/patch-beecrypt::Makefile.in deleted file mode 100644 index cfa8d3d2f612..000000000000 --- a/archivers/rpm5/files/patch-beecrypt::Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- beecrypt/Makefile.in.orig Wed Feb 13 16:03:22 2002 -+++ beecrypt/Makefile.in Wed Mar 3 11:14:53 2004 -@@ -243,8 +243,8 @@ - $(mkinstalldirs) $(DESTDIR)$(libdir) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -- echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ -- $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ -+ echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \ -+ $(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \ - else :; fi; \ - done - -@@ -478,7 +478,7 @@ - install-exec-am: install-libLTLIBRARIES - install-exec: install-exec-recursive - --install-data-am: install-pkgincludeHEADERS -+install-data-am: - install-data: install-data-recursive - - install-am: all-am |