Move the config file location into /usr/local/etc/.

Missed the first time by:	linimon
Approved by:			portmgr (self)
This commit is contained in:
Mark Linimon 2007-12-05 01:19:47 +00:00
parent 538afbc5ce
commit a55776a6d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202909
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,15 @@
--- src/Makefile.am.orig Tue Dec 4 12:39:23 2007
+++ src/Makefile.am Tue Dec 4 12:59:39 2007
@@ -60,10 +60,10 @@
install-data-local:
$(mkinstalldirs) $(DESTDIR)/etc
- $(INSTALL_DATA) $(srcdir)/cce.cfg $(DESTDIR)/etc/cce.cfg
+ $(INSTALL_DATA) $(srcdir)/cce.cfg $(DESTDIR)$(sysconfdir)/cce.cfg
uninstall-local:
- -rm -f $(DESTDIR)/etc/cce.cfg
+ -rm -f $(DESTDIR)$(sysconfdir)/cce.cfg
@list='$(CCE_SYMLINKS)'; for p in $$list; do \
rm -f $(DESTDIR)$(bindir)/$$p; \
done

View File

@ -4,6 +4,7 @@ bin/cceconv
bin/ccegbk
bin/ccejis
bin/cceksc
etc/cce.cfg
share/cce/8x16.bin
share/cce/all/ciyin.tab
share/cce/all/ciyingb.tab
@ -18,7 +19,6 @@ share/cce/big5/dayi.tab
share/cce/big5/kc16.bin
share/cce/big5/liu5.tab
share/cce/big5/simplex.tab
share/cce/cce.cfg
share/cce/cceconv.tab
share/cce/cin2tab
share/cce/gb/ZiRanMa.tab