diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-30 15:56:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-30 15:56:50 +0000 |
commit | f2921c2f2ac59b5d9b54329ed0e9b61cc95e2fe3 (patch) | |
tree | cb21b00cf9f7a27e712c3958add1256f21c5b0ea /misc/metatheme/files/patch-ah | |
parent | BIND version 9 Nameserver, with DLZ extensions (diff) |
Send ports/misc/metatheme to Valhalla - it have been dead for too long now.
Notes
Notes:
svn path=/head/; revision=65319
Diffstat (limited to 'misc/metatheme/files/patch-ah')
-rw-r--r-- | misc/metatheme/files/patch-ah | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/metatheme/files/patch-ah b/misc/metatheme/files/patch-ah deleted file mode 100644 index bf60fc5a820b..000000000000 --- a/misc/metatheme/files/patch-ah +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/sawfish/sawfish-plugin.c.orig Sat Jun 23 00:02:09 2001 -+++ plugins/sawfish/sawfish-plugin.c Tue Jul 10 08:59:34 2001 -@@ -224,7 +224,7 @@ - sawfish_plugin_theme_find (MtmExtHandler *handler, const gchar *name,gboolean is_root) - { - gchar *root_prefixes[] = {"share/sawfish/themes", NULL, NULL}; -- gchar *pre_prefixes[] = {"/usr/", "/usr/local/", NULL}; -+ gchar *pre_prefixes[] = {"%%X11BASE%%", "%%LOCALBASE%%", NULL}; - gchar *user_prefixes[] = {".sawfish/themes", NULL}; - gchar **arr; - gchar *ret; |