diff options
author | Clive Lin <clive@FreeBSD.org> | 2002-03-31 09:11:17 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2002-03-31 09:11:17 +0000 |
commit | 0e729203b7bf7f61708bd8503bee462f440ec19c (patch) | |
tree | d5959298be7816127627ebaaebbbe18dc6f82521 /chinese/zhcon | |
parent | ab5f0a8e592065f0c818e315d941c9b37c6499c7 (diff) | |
download | ports-0e729203b7bf7f61708bd8503bee462f440ec19c.tar.gz ports-0e729203b7bf7f61708bd8503bee462f440ec19c.zip |
Notes
Diffstat (limited to 'chinese/zhcon')
-rw-r--r-- | chinese/zhcon/files/patch-src::Makefile.am | 4 | ||||
-rw-r--r-- | chinese/zhcon/files/patch-src::Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chinese/zhcon/files/patch-src::Makefile.am b/chinese/zhcon/files/patch-src::Makefile.am index 769b7ae97887..d81cdbd6fbaa 100644 --- a/chinese/zhcon/files/patch-src::Makefile.am +++ b/chinese/zhcon/files/patch-src::Makefile.am @@ -5,11 +5,11 @@ install-data-local: $(mkinstalldirs) $(libdir)/zhcon/ - $(INSTALL_DATA) $(srcdir)/zhcon.conf /etc/zhcon.conf -+ $(INSTALL_DATA) $(srcdir)/zhcon.conf $(PREFIX)/etc/zhcon.conf.sample ++ $(INSTALL_DATA) $(srcdir)/zhcon.conf $(PREFIX)/etc/zhcon.conf uninstall-local: - -rm -f /etc/zhcon.conf -+ -rm -f $(PREFIX)/etc/zhcon.conf.sample ++ -rm -f $(PREFIX)/etc/zhcon.conf bin_PROGRAMS = zhcon AM_INSTALL_PROGRAM_FLAGS= -m 4775 diff --git a/chinese/zhcon/files/patch-src::Makefile.in b/chinese/zhcon/files/patch-src::Makefile.in index 91ba399f080a..97be9114445a 100644 --- a/chinese/zhcon/files/patch-src::Makefile.in +++ b/chinese/zhcon/files/patch-src::Makefile.in @@ -5,11 +5,11 @@ install-data-local: $(mkinstalldirs) $(libdir)/zhcon/ - $(INSTALL_DATA) $(srcdir)/zhcon.conf /etc/zhcon.conf -+ $(INSTALL_DATA) $(srcdir)/zhcon.conf $(PREFIX)/etc/zhcon.conf.sample ++ $(INSTALL_DATA) $(srcdir)/zhcon.conf $(PREFIX)/etc/zhcon.conf uninstall-local: - -rm -f /etc/zhcon.conf -+ -rm -f $(PREFIX)/etc/zhcon.conf.sample ++ -rm -f $(PREFIX)/etc/zhcon.conf # 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. |