diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-13 23:21:18 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-13 23:21:18 +0800 |
commit | dd190091d8556a1fc773b970c89875c456b0592a (patch) | |
tree | 5e0dfba20a86813d54793e8f925feea6ea8cd9ee /x11-wm/sawfish2/files | |
parent | cee72e6091abbbebe9bb19379895f8e07a9950f7 (diff) | |
download | freebsd-ports-gnome-dd190091d8556a1fc773b970c89875c456b0592a.tar.gz freebsd-ports-gnome-dd190091d8556a1fc773b970c89875c456b0592a.tar.zst freebsd-ports-gnome-dd190091d8556a1fc773b970c89875c456b0592a.zip |
Fix installation of Gnome-Control-Center pieces.
"The sawfish window manager (x11-wm/sawfish) installs a Gnome control applet
by default. This applet is installed into /usr/X11R6/share/control-center
however this should be /usr/X11R6/share/gnome/control-center in FreeBSD
(Gnome 1.2.0). The capplet doesn't work otherwise."
PR: 19242
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Diffstat (limited to 'x11-wm/sawfish2/files')
-rw-r--r-- | x11-wm/sawfish2/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/sawfish2/files/patch-ae b/x11-wm/sawfish2/files/patch-ae new file mode 100644 index 000000000000..de7e1b297997 --- /dev/null +++ b/x11-wm/sawfish2/files/patch-ae @@ -0,0 +1,13 @@ +--- capplet/Makefile.in.orig Wed Apr 26 21:12:29 2000 ++++ capplet/Makefile.in Tue Jun 13 16:02:14 2000 +@@ -29,9 +29,9 @@ + override CFLAGS += $(GNOME_CC_CFLAGS) + override LIBS += $(GNOME_CC_LIBS) + +-G_CC_DIR = $(GNOMEDIR)/share/control-center ++G_CC_DIR = $(GNOMEDIR)/share/gnome/control-center + G_MENU_DIR = $(GNOMEDIR)/share/gnome/apps/Settings +-G_PIXMAP_DIR = $(GNOMEDIR)/share/pixmaps ++G_PIXMAP_DIR = $(GNOMEDIR)/share/gnome/pixmaps + + all : sawfish-capplet |