mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
1ecc592d8c
audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
43 lines
1.9 KiB
Plaintext
43 lines
1.9 KiB
Plaintext
--- gncal/Makefile.in.orig Sat May 20 20:52:50 2000
|
|
+++ gncal/Makefile.in Tue May 30 14:34:37 2000
|
|
@@ -143,3 +143,3 @@
|
|
|
|
-help_base = $(datadir)/gnome/help/cal
|
|
+help_base = $(datadir)/help/gnomecal
|
|
|
|
@@ -148,3 +148,3 @@
|
|
|
|
-INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) $(GNOME_CONDUIT_INCLUDEDIR) $(PISOCK_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
|
|
+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) $(GNOME_CONDUIT_INCLUDEDIR) $(PISOCK_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\"
|
|
|
|
@@ -223,3 +223,3 @@
|
|
|
|
-@HAVE_GNOME_PILOT_TRUE@panelConduitsdir = $(datadir)/gnome/apps/Settings/Peripherals/Conduits
|
|
+@HAVE_GNOME_PILOT_TRUE@panelConduitsdir = $(datadir)/apps/Settings/Peripherals/Conduits
|
|
@HAVE_GNOME_PILOT_TRUE@panelConduits_DATA = $(ccenterConduits_DATA)
|
|
@@ -235,3 +235,3 @@
|
|
|
|
-Productivitydir = $(datadir)/gnome/apps/Applications
|
|
+Productivitydir = $(datadir)/apps/Applications
|
|
|
|
--- gnomecard/Makefile.in.orig Sat May 20 20:52:58 2000
|
|
+++ gnomecard/Makefile.in Tue May 30 14:35:44 2000
|
|
@@ -137,5 +137,5 @@
|
|
|
|
-xpmhelp_base = $(datadir)/gnome/help/cal
|
|
+xpmhelp_base = $(datadir)/help/cal
|
|
|
|
-INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" $(PISOCK_INCLUDEDIR) -I../../gcalendar
|
|
+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" $(PISOCK_INCLUDEDIR) -I../../gcalendar
|
|
|
|
@@ -185,3 +185,3 @@
|
|
|
|
-@HAVE_GNOME_PILOT_TRUE@panelConduitsdir = $(datadir)/gnome/apps/Settings/Peripherals/Conduits
|
|
+@HAVE_GNOME_PILOT_TRUE@panelConduitsdir = $(datadir)/apps/Settings/Peripherals/Conduits
|
|
@HAVE_GNOME_PILOT_TRUE@panelConduits_DATA = $(ccenterConduits_DATA)
|
|
@@ -194,3 +194,3 @@
|
|
|
|
-Productivitydir = $(datadir)/gnome/apps/Applications
|
|
+Productivitydir = $(datadir)/apps/Applications
|
|
|