1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/x11-fm/nautilus2/files/patch-ab
Ade Lovett 48d56577d5 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.
2001-05-04 21:51:17 +00:00

29 lines
1.5 KiB
Plaintext

--- 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