summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-03 06:38:49 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-03 06:38:49 +0800
commit6428d0ab179c59437538cee4812317d4681fc17f (patch)
tree3b7e29d9fb00f9476cfcb28b069e718d1252297d /x11
parentda4479102ace4ebf137bdbc83f6fce3430b1c1c4 (diff)
downloadmarcuscom-ports-6428d0ab179c59437538cee4812317d4681fc17f.tar
marcuscom-ports-6428d0ab179c59437538cee4812317d4681fc17f.tar.gz
marcuscom-ports-6428d0ab179c59437538cee4812317d4681fc17f.tar.bz2
marcuscom-ports-6428d0ab179c59437538cee4812317d4681fc17f.tar.lz
marcuscom-ports-6428d0ab179c59437538cee4812317d4681fc17f.tar.xz
marcuscom-ports-6428d0ab179c59437538cee4812317d4681fc17f.tar.zst
marcuscom-ports-6428d0ab179c59437538cee4812317d4681fc17f.zip
Leftover of share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8779 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-libs/Makefile4
-rw-r--r--x11/gnome-libs/files/patch-ad20
2 files changed, 2 insertions, 22 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index f67e9b385..159f58a22 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -3,12 +3,12 @@
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-libs/Makefile,v 1.2 2006/09/10 00:51:15 mezz Exp $
+# $MCom: ports/x11/gnome-libs/Makefile,v 1.4 2007/05/02 12:43:26 ahze Exp $
#
PORTNAME= gnome-libs
PORTVERSION= 1.4.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-libs/1.4
diff --git a/x11/gnome-libs/files/patch-ad b/x11/gnome-libs/files/patch-ad
deleted file mode 100644
index 32e656859..000000000
--- a/x11/gnome-libs/files/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
---- libgnome/gnome-help.c.orig Thu Apr 8 15:01:21 1999
-+++ libgnome/gnome-help.c Mon Jul 12 10:29:11 1999
-@@ -69,7 +69,7 @@
- lang= language_list->data;
-
- buf= g_string_new (NULL);
-- g_string_sprintf (buf, "gnome/help/%s/%s/%s", app, lang, path);
-+ g_string_sprintf (buf, "help/%s/%s/%s", app, lang, path);
- res= (gchar *)gnome_unconditional_datadir_file (buf->str);
- p = strrchr (res, '#');
- if (p) {
-@@ -118,7 +118,7 @@
- if (!res)
- {
- buf = g_string_new(NULL);
-- g_string_sprintf(buf, "gnome/help/%s/C/%s", app, path);
-+ g_string_sprintf(buf, "help/%s/C/%s", app, path);
- res = (gchar *)gnome_unconditional_datadir_file(buf->str);
- g_string_free(buf, TRUE);
- }