Move the config file location into /usr/local/etc/.
Missed the first time by: linimon Approved by: portmgr (self)
This commit is contained in:
parent
538afbc5ce
commit
a55776a6d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202909
15
chinese/cce/files/extra-patch-src::Makefile.am
Normal file
15
chinese/cce/files/extra-patch-src::Makefile.am
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user