diff options
Diffstat (limited to 'mail/balsa/files')
-rw-r--r-- | mail/balsa/files/patch-doc_xmldocs.make | 11 | ||||
-rw-r--r-- | mail/balsa/files/patch-src_main.c | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/mail/balsa/files/patch-doc_xmldocs.make b/mail/balsa/files/patch-doc_xmldocs.make deleted file mode 100644 index 9379b0d60628..000000000000 --- a/mail/balsa/files/patch-doc_xmldocs.make +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/xmldocs.make.orig Wed Sep 18 07:12:20 2002 -+++ doc/xmldocs.make Tue Oct 29 12:20:37 2002 -@@ -36,7 +36,7 @@ - # ************* Begin of section some packagers may need to modify ************** - # This variable (docdir) specifies where the documents should be installed. - # This default value should work for most packages. --docdir = $(datadir)/gnome/help/$(docname)/$(lang) -+docdir = $(datadir)/help/$(docname)/$(lang) - - # ************** You should not have to edit below this line ******************* - xml_files = $(entities) $(docname).xml diff --git a/mail/balsa/files/patch-src_main.c b/mail/balsa/files/patch-src_main.c deleted file mode 100644 index 044e51dd98db..000000000000 --- a/mail/balsa/files/patch-src_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.c.orig Sun Jan 18 06:39:47 2004 -+++ src/main.c Sun Jan 18 21:38:15 2004 -@@ -233,7 +233,7 @@ - gnome_program_init(PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv, - GNOME_PARAM_POPT_TABLE, options, - GNOME_PARAM_APP_PREFIX, BALSA_STD_PREFIX, -- GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share", -+ GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share/gnome", - GNOME_PARAM_HUMAN_READABLE_NAME, _("The Balsa E-Mail Client"), - NULL); - |