mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25202026d4
Submitted by:Ade Lovett<ade@lovett.com> Update to 1.0.50
67 lines
2.2 KiB
Plaintext
67 lines
2.2 KiB
Plaintext
--- gncal/Makefile.in.orig Mon Sep 27 16:05:44 1999
|
|
+++ gncal/Makefile.in Mon Oct 4 14:13:16 1999
|
|
@@ -118,9 +118,9 @@
|
|
|
|
SUBDIRS = doc
|
|
|
|
-help_base = $(datadir)/gnome/help/cal
|
|
+help_base = $(datadir)/help/cal
|
|
|
|
-INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
|
|
+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\"
|
|
|
|
|
|
bin_PROGRAMS = gnomecal
|
|
@@ -138,7 +138,7 @@
|
|
EXTRA_DIST = gncal.desktop bell.xpm recur.xpm
|
|
|
|
|
|
-Productivitydir = $(datadir)/gnome/apps/Applications
|
|
+Productivitydir = $(datadir)/apps/Applications
|
|
|
|
Productivity_DATA = gncal.desktop
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
@@ -518,7 +518,7 @@
|
|
|
|
|
|
install-data-local:
|
|
- $(mkinstalldirs) $(DESTDIR)$(help_base)/C
|
|
+# $(mkinstalldirs) $(DESTDIR)$(help_base)/C
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
--- gnomecard/Makefile.in.orig Fri Sep 17 14:40:25 1999
|
|
+++ gnomecard/Makefile.in Fri Sep 24 13:54:54 1999
|
|
@@ -118,9 +118,9 @@
|
|
|
|
nSUBDIRS = help
|
|
|
|
-xpmhelp_base = $(datadir)/gnome/help/cal
|
|
+xpmhelp_base = $(datadir)/help/gnomecal
|
|
|
|
-INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I../../gcalendar
|
|
+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I../../gcalendar
|
|
|
|
|
|
bin_PROGRAMS = gnomecard
|
|
@@ -145,7 +145,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 gnome-card.xpm gnomecard.desktop gnomecard.gnorba
|
|
|
|
|
|
-Productivitydir = $(datadir)/gnome/apps/Applications
|
|
+Productivitydir = $(datadir)/apps/Applications
|
|
|
|
Productivity_DATA = gnomecard.desktop
|
|
|
|
--- gnomecard/help/C/Makefile.in.orig Mon Sep 27 16:05:53 1999
|
|
+++ gnomecard/help/C/Makefile.in Mon Oct 4 14:18:45 1999
|
|
@@ -116,7 +116,7 @@
|
|
cxxflags_set = @cxxflags_set@
|
|
l = @l@
|
|
|
|
-gnomecard_helpdir = $(datadir)/gnome/help/gnomecard/C
|
|
+gnomecard_helpdir = $(datadir)/help/gnomecard/C
|
|
|
|
gnomecard_help_DATA = index.html topic.dat
|
|
|