mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
2c4a7e7ae9
PR: 12781 (10 of 19) Submitted by: Ade Lovett <ade@lovett.com>
65 lines
2.1 KiB
Plaintext
65 lines
2.1 KiB
Plaintext
--- gncal/Makefile.in.orig Mon Mar 1 00:39:07 1999
|
|
+++ gncal/Makefile.in Wed Mar 3 10:45:10 1999
|
|
@@ -112,11 +112,11 @@
|
|
ZVT_LIBS = @ZVT_LIBS@
|
|
l = @l@
|
|
|
|
-help_base = $(datadir)/gnome/help/cal
|
|
+help_base = $(datadir)/help/gnomecal
|
|
|
|
CFLAGS = @CFLAGS@ -Wall
|
|
|
|
-INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
|
|
+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\"
|
|
|
|
|
|
bin_PROGRAMS = gnomecal
|
|
@@ -134,7 +134,7 @@
|
|
EXTRA_DIST = gncal.desktop topic.dat gnome-cal.html bell.xpm recur.xpm
|
|
|
|
|
|
-Productivitydir = $(datadir)/gnome/apps/Applications
|
|
+Productivitydir = $(datadir)/apps/Applications
|
|
|
|
Productivity_DATA = gncal.desktop
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
--- gnomecard/Makefile.in.orig Mon Mar 1 00:39:10 1999
|
|
+++ gnomecard/Makefile.in Wed Mar 3 10:45:39 1999
|
|
@@ -112,13 +112,13 @@
|
|
ZVT_LIBS = @ZVT_LIBS@
|
|
l = @l@
|
|
|
|
-SUBDIRS = help
|
|
+# SUBDIRS = help
|
|
|
|
-xpmhelp_base = $(datadir)/gnome/help/cal
|
|
+xpmhelp_base = $(datadir)/help/gnomecal
|
|
|
|
CFLAGS = @CFLAGS@ -Wall
|
|
|
|
-INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I../../gcalendar
|
|
+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I../../gcalendar
|
|
|
|
|
|
bin_PROGRAMS = gnomecard
|
|
@@ -143,7 +143,7 @@
|
|
EXTRA_DIST = addr.xpm addrtool.xpm cardedit.xpm cardnew.xpm cardfind.xpm email.xpm expl.xpm first.xpm geo.xpm ident.xpm last.xpm org.xpm sec.xpm tel.xpm teltool.xpm phone.xpm world.xpm gnomecard.desktop gnomecard.gnorba
|
|
|
|
|
|
-Productivitydir = $(datadir)/gnome/apps/Applications
|
|
+Productivitydir = $(datadir)/apps/Applications
|
|
|
|
Productivity_DATA = gnomecard.desktop
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
--- gnomecard/help/C/Makefile.in.orig Tue Feb 2 09:10:22 1999
|
|
+++ gnomecard/help/C/Makefile.in Tue Feb 2 09:10:30 1999
|
|
@@ -112,7 +112,7 @@
|
|
YACC = @YACC@
|
|
l = @l@
|
|
|
|
-gnomecard_helpdir = $(datadir)/gnome/help/gnomecard/C
|
|
+gnomecard_helpdir = $(datadir)/help/gnomecard/C
|
|
|
|
gnomecard_help_DATA = index.html topic.dat
|
|
|