mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
789d6256a1
"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>
14 lines
460 B
Plaintext
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
|