1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-wm/sawfish/files/patch-ae
Maxim Sobolev 789d6256a1 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>
2000-06-13 15:21:18 +00:00

14 lines
460 B
Plaintext

--- 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