diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-04 03:21:00 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-04 03:21:00 +0000 |
commit | 62e915c8e15d399d0a1a4e3de0e15bbe472bf600 (patch) | |
tree | 1e78fd29dbe97b2cd6fcd2a68c986ac34fc781d7 /deskutils | |
parent | The previous maintainer wishes to give up his maintainership. (diff) |
Fix install of holiday file
PR: 33508
Submitted by: maintainer
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xcalendar/files/patch-ad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xcalendar/files/patch-ad b/deskutils/xcalendar/files/patch-ad index 51355874f2f4..1122f1b87e09 100644 --- a/deskutils/xcalendar/files/patch-ad +++ b/deskutils/xcalendar/files/patch-ad @@ -36,7 +36,7 @@ MakeDir($(LIBDIR)/ja_JP.EUC/app-defaults) $(INSTALL) -c $(INSTAPPFLAGS) XCal-uj.ad $(LIBDIR)/ja_JP.EUC/app-defaults/XCalendar + MakeDir($(XCALENDAR_JP_LIBDIR)) -+ $(INSTALL) -c $(INSTAPPFLAGS) $(FILESDIR)/xcalendar.hol $(XCALENDAR_JP_LIBDIR) ++ $(INSTALL) -c $(INSTAPPFLAGS) $(FILESDIR)/xcalendar-uj.hol $(XCALENDAR_JP_LIBDIR)/xcalendar.hol + $(INSTALL) -c $(INSTAPPFLAGS) xcalendar-uj.hlp $(XCALENDAR_JP_LIBDIR)/xcalendar.hlp + $(INSTALL) -c $(INSTMANFLAGS) xcalendar-uj.man \ + $(MANPATH)/ja/man1/xcalendar.1 |