aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-pim/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-17 20:15:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-17 20:15:26 +0000
commitfd48e93f84c15bf865d2210c080c8c6cf9802533 (patch)
tree3ce20d7d64ef3d0fc317267929844c21e314ae2b /deskutils/gnome-pim/files
parent795903174b2520c2a8df1a32f9da6d80895563e0 (diff)
downloadports-fd48e93f84c15bf865d2210c080c8c6cf9802533.tar.gz
ports-fd48e93f84c15bf865d2210c080c8c6cf9802533.zip
Notes
Diffstat (limited to 'deskutils/gnome-pim/files')
-rw-r--r--deskutils/gnome-pim/files/patch-ab45
1 files changed, 45 insertions, 0 deletions
diff --git a/deskutils/gnome-pim/files/patch-ab b/deskutils/gnome-pim/files/patch-ab
new file mode 100644
index 000000000000..710dfefd18f2
--- /dev/null
+++ b/deskutils/gnome-pim/files/patch-ab
@@ -0,0 +1,45 @@
+--- gncal/Makefile.in.orig Wed Jan 13 11:13:50 1999
++++ gncal/Makefile.in Mon Jan 18 03:14:33 1999
+@@ -112,12 +112,12 @@
+ YACC = @YACC@
+ l = @l@
+
+-help_base = $(datadir)/gnome/help/cal
++help_base = $(datadir)/help/cal
+
+ INCLUDES = \
+ -I$(includedir) \
+ $(GNOME_INCLUDEDIR) \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\"
+
+ bin_PROGRAMS = gnomecal
+
+--- gnomecard/Makefile.in.orig Mon Jan 18 03:15:06 1999
++++ gnomecard/Makefile.in Mon Jan 18 03:15:29 1999
+@@ -112,12 +112,12 @@
+ YACC = @YACC@
+ l = @l@
+
+-xpmhelp_base = $(datadir)/gnome/help/cal
++xpmhelp_base = $(datadir)/help/cal
+
+ INCLUDES = \
+ -I$(includedir) \
+ $(GNOME_INCLUDEDIR) \
+- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -I../../gcalendar
+
+ bin_PROGRAMS = gnomecard
+--- po/Makefile.in.in.orig Mon Jan 18 03:13:29 1999
++++ po/Makefile.in.in Mon Jan 18 03:13:39 1999
+@@ -18,7 +18,7 @@
+
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+-datadir = $(prefix)/@DATADIRNAME@
++datadir = $(prefix)/share
+ localedir = $(datadir)/locale
+ gnulocaledir = $(prefix)/share/locale
+ gettextsrcdir = $(prefix)/share/gettext/po