aboutsummaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-gnome::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/gretl/files/patch-gnome::Makefile.in')
-rw-r--r--math/gretl/files/patch-gnome::Makefile.in32
1 files changed, 0 insertions, 32 deletions
diff --git a/math/gretl/files/patch-gnome::Makefile.in b/math/gretl/files/patch-gnome::Makefile.in
deleted file mode 100644
index 8c1ad3d1db3c..000000000000
--- a/math/gretl/files/patch-gnome::Makefile.in
+++ /dev/null
@@ -1,32 +0,0 @@
---- gnome/Makefile.in.orig Sat Dec 23 00:26:03 2006
-+++ gnome/Makefile.in Sun Mar 25 02:18:02 2007
-@@ -5,12 +5,10 @@
-
- INSTALL = @INSTALL@
- prefix = @prefix@
--gnome_prefix = @gnome_prefix@
-+datadir = @datadir@
- have_gnome = @have_gnome@
-
--ifeq ($(gnome_prefix),NA)
-- gnome_prefix = $(prefix)
--endif
-+sysconfdir = @sysconfdir@
-
- GCONFTOOL = @GCONFTOOL@
- GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
-@@ -26,10 +24,10 @@
- schemadir = $(GCONF_SCHEMA_FILE_DIR)
- endif
-
--desktopdir = $(gnome_prefix)/share/applications
--mimedir = $(gnome_prefix)/share/mime-info
--gpixmaps = $(gnome_prefix)/share/pixmaps
--schemadir = $(gnome_prefix)/etc/gconf/schemas
-+desktopdir = $(datadir)/applications
-+mimedir = $(datadir)/mime-info
-+gpixmaps = $(datadir)/pixmaps
-+schemadir = $(sysconfdir)/gconf/schemas
-
- install: install-images install-misc $(install_schemas)
-