summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus/files/patch-ab
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-05-14 17:18:52 +0000
committersobomax <sobomax@FreeBSD.org>2001-05-14 17:18:52 +0000
commit12cd9781e43fe05ea79416465381e02b427f568d (patch)
tree33f573862cfc660a585743cc3b0804813f1c0d8f /x11-fm/nautilus/files/patch-ab
parentcbdf91513ef155332d839f8af727a79ad458b0f3 (diff)
downloadFreeBSD-ports-12cd9781e43fe05ea79416465381e02b427f568d.zip
FreeBSD-ports-12cd9781e43fe05ea79416465381e02b427f568d.tar.gz
Update to 1.0.3.
Diffstat (limited to 'x11-fm/nautilus/files/patch-ab')
-rw-r--r--x11-fm/nautilus/files/patch-ab29
1 files changed, 19 insertions, 10 deletions
diff --git a/x11-fm/nautilus/files/patch-ab b/x11-fm/nautilus/files/patch-ab
index 169e4d7..97f5bd0 100644
--- a/x11-fm/nautilus/files/patch-ab
+++ b/x11-fm/nautilus/files/patch-ab
@@ -1,28 +1,37 @@
---- Makefile.in.orig Mon Mar 12 19:49:51 2001
-+++ Makefile.in Fri Mar 16 16:15:38 2001
-@@ -202,3 +202,3 @@
-
--SUBDIRS = data icons intl cut-n-paste-code librsvg libnautilus libnautilus-adapter libnautilus-extensions helper-utilities helper-scripts src components $(APPLETS_SUBDIRS) nautilus-installer test user-guide help po omf-install $(NULL)
-+SUBDIRS = data icons intl cut-n-paste-code librsvg libnautilus libnautilus-adapter libnautilus-extensions helper-utilities helper-scripts src components $(APPLETS_SUBDIRS) nautilus-installer test user-guide help po $(NULL)
-
-@@ -607,4 +607,4 @@
+
+$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; \
-@@ -620,4 +620,4 @@
+ 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
-@@ -628,4 +628,4 @@
+
+ $(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.
OpenPOWER on IntegriCloud