diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
commit | 48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5 (patch) | |
tree | 43d6d8552e11e9fff48a03d2af1f0686d4662f6e /x11-fm/nautilus/files/patch-ab | |
parent | Various patches (mainly shared library revision changes) for those (diff) |
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
Diffstat (limited to 'x11-fm/nautilus/files/patch-ab')
-rw-r--r-- | x11-fm/nautilus/files/patch-ab | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/x11-fm/nautilus/files/patch-ab b/x11-fm/nautilus/files/patch-ab index a46aeaaf19d8..169e4d76349d 100644 --- a/x11-fm/nautilus/files/patch-ab +++ b/x11-fm/nautilus/files/patch-ab @@ -1,13 +1,28 @@ ---- Makefile.in.orig Wed Aug 16 08:26:30 2000 -+++ Makefile.in Wed Aug 23 14:56:45 2000 -@@ -501,8 +501,8 @@ - $(mkinstalldirs) $(DESTDIR)/$(prefix)/bin - @list='nautilus-clean.sh'; for p in $$list; do\ +--- 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 @@ 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 @@ + 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 @@ + 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 - |