diff options
author | clive <clive@FreeBSD.org> | 2002-03-31 17:11:17 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2002-03-31 17:11:17 +0800 |
commit | ce685856bbc410048cb9dd85cd5d73d8105e729b (patch) | |
tree | ab02141464380681ccd0b2894d84d39ea8403782 /chinese/zhcon | |
parent | cc87aa96c8c1601336d9a1931df93b7dbfe9c09c (diff) | |
download | freebsd-ports-gnome-ce685856bbc410048cb9dd85cd5d73d8105e729b.tar.gz freebsd-ports-gnome-ce685856bbc410048cb9dd85cd5d73d8105e729b.tar.zst freebsd-ports-gnome-ce685856bbc410048cb9dd85cd5d73d8105e729b.zip |
Install configuration file as zhcon.conf.
PR: ports/36535
Submitted by: MAINTAINER
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. |