diff options
author | Clive Lin <clive@FreeBSD.org> | 2002-03-06 03:29:13 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2002-03-06 03:29:13 +0000 |
commit | ff17900312d5ff99e9811d36684ac0bd5ab4369f (patch) | |
tree | 54b5edddd8f9bd14480969f219174585cea5d567 /chinese/zhcon/files/patch-src::Makefile.am | |
parent | Update mastersites (diff) |
o Update zhcon to version 0.2.
o Add zh_TW.Big5 po messages.
o Remove big5 IME extra-patches and merge it into standard FreeBSD patches.
PR: ports/35271
Submitted by: Yen-Ming Lee <leeym@leeym.com>
Notes
Notes:
svn path=/head/; revision=55612
Diffstat (limited to 'chinese/zhcon/files/patch-src::Makefile.am')
-rw-r--r-- | chinese/zhcon/files/patch-src::Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chinese/zhcon/files/patch-src::Makefile.am b/chinese/zhcon/files/patch-src::Makefile.am new file mode 100644 index 000000000000..769b7ae97887 --- /dev/null +++ b/chinese/zhcon/files/patch-src::Makefile.am @@ -0,0 +1,15 @@ +--- src/Makefile.am.orig Tue Dec 18 20:39:48 2001 ++++ src/Makefile.am Sun Feb 24 14:25:34 2002 +@@ -9,10 +9,10 @@ + + install-data-local: + $(mkinstalldirs) $(libdir)/zhcon/ +- $(INSTALL_DATA) $(srcdir)/zhcon.conf /etc/zhcon.conf ++ $(INSTALL_DATA) $(srcdir)/zhcon.conf $(PREFIX)/etc/zhcon.conf.sample + + uninstall-local: +- -rm -f /etc/zhcon.conf ++ -rm -f $(PREFIX)/etc/zhcon.conf.sample + + bin_PROGRAMS = zhcon + AM_INSTALL_PROGRAM_FLAGS= -m 4775 |