aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-07 17:08:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-07 17:08:55 +0000
commitc0eab772e1124528da6766c8ecd2ff19ce4a2e89 (patch)
tree0ee25fd355fa7d8475b61dc43337b6fe6061cde5 /chinese
parent60fac8624cda81aa5fa08bca318268c1157b0517 (diff)
downloadports-c0eab772e1124528da6766c8ecd2ff19ce4a2e89.tar.gz
ports-c0eab772e1124528da6766c8ecd2ff19ce4a2e89.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/CJK/files/patch-aa6
-rw-r--r--chinese/CJK/files/patch-ac2
2 files changed, 4 insertions, 4 deletions
diff --git a/chinese/CJK/files/patch-aa b/chinese/CJK/files/patch-aa
index 5f35deab848f..ea2b099782b7 100644
--- a/chinese/CJK/files/patch-aa
+++ b/chinese/CJK/files/patch-aa
@@ -18,9 +18,9 @@
+ $(MAKE) -C utils $@
+
+install-texinput:
-+ (rm -fr $(CJK_DIR)); && \
-+ (mkdir -p $(CJK_DIR)); && \
-+ ($(CP) -R texinput/* $(CJK_DIR)); && \
++ (rm -fr $(CJK_DIR)) && \
++ (mkdir -p $(CJK_DIR)) && \
++ ($(CP) -R texinput/* $(CJK_DIR)) && \
+ ($(CHOWN) -R $(SHAREOWN):$(SHAREGRP) $(CJK_DIR))
+
+clean:
diff --git a/chinese/CJK/files/patch-ac b/chinese/CJK/files/patch-ac
index d52dc7b6095d..34bcf74377d6 100644
--- a/chinese/CJK/files/patch-ac
+++ b/chinese/CJK/files/patch-ac
@@ -140,7 +140,7 @@
+++ utils/lisp/Makefile Sat Feb 27 17:52:17 1999
@@ -0,0 +1,3 @@
+install:
-+ (mkdir -p ${PREFIX}/share/emacs/site-lisp/CJK); && \
++ (mkdir -p ${PREFIX}/share/emacs/site-lisp/CJK) && \
+ ($(CP) -R [a-z]* ${PREFIX}/share/emacs/site-lisp/CJK)
--- utils/pyhyphen/Makefile.orig Mon Jan 10 15:07:11 2000
+++ utils/pyhyphen/Makefile Mon Jan 10 15:15:06 2000