aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-08-17 08:26:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-08-17 08:26:25 +0000
commit42b2ed0e2f88ad94b495aaa54e0f4999c0fe76bc (patch)
treed48fb053b5320e5393df61db71278aecda67c7f4 /sysutils
parentfeb2a05eb6e37ea6aee9c87125cfd0780b74316a (diff)
downloadports-42b2ed0e2f88ad94b495aaa54e0f4999c0fe76bc.tar.gz
ports-42b2ed0e2f88ad94b495aaa54e0f4999c0fe76bc.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mate-control-center/Makefile1
-rw-r--r--sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile
index ced41405ac8a..382a25818b15 100644
--- a/sysutils/mate-control-center/Makefile
+++ b/sysutils/mate-control-center/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mate-control-center
PORTVERSION= 1.18.1
+PORTREVISION= 1
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c b/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c
index 79aab3cf74e7..5d470f7aa40c 100644
--- a/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c
+++ b/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c
@@ -5,7 +5,7 @@
/* if there's a separate xcursors dir, add that as well */
if (strcmp (XCURSOR_ICONDIR, top_theme_dir_string) &&
- strcmp (XCURSOR_ICONDIR, "/usr/share/icons")) {
-+ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/lib/X11/icons")) {
++ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/share/icons")) {
top_theme_dir = g_file_new_for_path (XCURSOR_ICONDIR);
add_top_icon_theme_dir_monitor (top_theme_dir, 1, NULL);
g_object_unref (top_theme_dir);