summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus2/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/nautilus2/files/patch-ab')
-rw-r--r--x11-fm/nautilus2/files/patch-ab37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-fm/nautilus2/files/patch-ab b/x11-fm/nautilus2/files/patch-ab
deleted file mode 100644
index 97f5bd09e83e..000000000000
--- a/x11-fm/nautilus2/files/patch-ab
+++ /dev/null
@@ -1,37 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Mon May 14 16:45:52 2001
-+++ Makefile.in Mon May 14 16:45:53 2001
-@@ -675,8 +675,8 @@
- $(mkinstalldirs) $(DESTDIR)/$(prefix)/bin
- @list='nautilus-clean.sh'; for p in $$list; do\
- if test -f $(srcdir)/$$p; then \
-- echo " $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \
-- $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \
-+ echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \
-+ $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \
- else :; fi; \
- done
-
-@@ -688,16 +688,16 @@
- @list='$(EAZEL_LOGOS_ICONS)'; \
- for i in $$list; \
- do \
-- echo $(INSTALL_PROGRAM) $$i $(icondir)/`basename $$i`; \
-- $(INSTALL_PROGRAM) $$i $(icondir)/`basename $$i`; \
-+ echo $(INSTALL_DATA) $$i $(icondir)/`basename $$i`; \
-+ $(INSTALL_DATA) $$i $(icondir)/`basename $$i`; \
- done
-
- $(mkinstalldirs) $(throbberdir)
- @list='$(EAZEL_LOGOS_THROBBER)'; \
- for i in $$list; \
- do \
-- echo $(INSTALL_PROGRAM) $$i $(throbberdir)/`basename $$i`; \
-- $(INSTALL_PROGRAM) $$i $(throbberdir)/`basename $$i`; \
-+ echo $(INSTALL_DATA) $$i $(throbberdir)/`basename $$i`; \
-+ $(INSTALL_DATA) $$i $(throbberdir)/`basename $$i`; \
- done
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.