diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2001-03-06 19:17:09 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2001-03-06 19:17:09 +0800 |
commit | a53fcee7be8d3127cecdeb46fa6ce9b6c0edd40b (patch) | |
tree | 2919426fe01bd68db3f9180483437a73a4aa9546 /palm/jpilot/files/patch-Makefile.in | |
parent | f2269a27240ab1e40733f5849d6618c4537a674a (diff) | |
download | freebsd-ports-gnome-a53fcee7be8d3127cecdeb46fa6ce9b6c0edd40b.tar.gz freebsd-ports-gnome-a53fcee7be8d3127cecdeb46fa6ce9b6c0edd40b.tar.zst freebsd-ports-gnome-a53fcee7be8d3127cecdeb46fa6ce9b6c0edd40b.zip |
fix internationalization bug. these patches are already submitted to
the author and will be synced in next release.
Submitted by: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp>
Approved by: maintainer
Diffstat (limited to 'palm/jpilot/files/patch-Makefile.in')
-rw-r--r-- | palm/jpilot/files/patch-Makefile.in | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/palm/jpilot/files/patch-Makefile.in b/palm/jpilot/files/patch-Makefile.in new file mode 100644 index 000000000000..863f24b7f9c6 --- /dev/null +++ b/palm/jpilot/files/patch-Makefile.in @@ -0,0 +1,33 @@ +--- Makefile.in.orig Mon Dec 18 16:53:30 2000 ++++ Makefile.in Thu Dec 21 21:22:37 2000 +@@ -43,7 +43,7 @@ + INTLLIBS = @INTLLIBS@ + + # Targets +-all: po_dir intl_dir jpilot jpilot-sync jpilot-dump ++all: po_dir intl_dir jpilot jpilot-sync jpilot-dump synctime expense + + jpilot: jpilot.o datebook.o address.o todo.o memo.o \ + utils.o sync.o prefs.o log.o plugins.o \ +@@ -210,6 +210,12 @@ + intl_dir: + cd intl; $(MAKE) + ++synctime: ++ cd SyncTime; $(MAKE) ++ ++expense: ++ cd Expense; $(MAKE) ++ + clean: + rm -f *.o *~ config.cache + +@@ -236,6 +242,8 @@ + ./install-sh -c -m 755 empty/MemoDB.pdb $(prefix)/share/jpilot/ + cd intl; $(MAKE) install + cd po; $(MAKE) install ++ cd SyncTime; $(MAKE) install ++ cd Expense; $(MAKE) install + + uninstall: + rm $(prefix)/share/jpilot/* |