summaryrefslogtreecommitdiff
path: root/chinese/bsdconv-opencc/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/bsdconv-opencc/files/patch-Makefile')
-rw-r--r--chinese/bsdconv-opencc/files/patch-Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/chinese/bsdconv-opencc/files/patch-Makefile b/chinese/bsdconv-opencc/files/patch-Makefile
deleted file mode 100644
index 230cd899ec1a..000000000000
--- a/chinese/bsdconv-opencc/files/patch-Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig 2013-09-20 02:35:00.000000000 +0800
-+++ Makefile 2014-01-07 14:26:54.000000000 +0800
-@@ -35,9 +35,10 @@ clean:
- rm -rf OPENCC OPENCC.so OPENCC-*
-
- install:
-+ mkdir -p $(DESTDIR)${PREFIX}/share/bsdconv/inter
- for item in ${CONFIGS} ; do \
-- install -m 444 OPENCC ${PREFIX}/share/bsdconv/inter/OPENCC-$${item} ; \
-- install -m 444 OPENCC-$${item}.so ${PREFIX}/share/bsdconv/inter/OPENCC-$${item}.so ; \
-+ install -m 444 OPENCC $(DESTDIR)${PREFIX}/share/bsdconv/inter/OPENCC-$${item} ; \
-+ install -m 444 OPENCC-$${item}.so $(DESTDIR)${PREFIX}/share/bsdconv/inter/OPENCC-$${item}.so ; \
- done
-- install -m 444 OPENCC ${PREFIX}/share/bsdconv/inter/OPENCC
-- install -m 444 OPENCC.so ${PREFIX}/share/bsdconv/inter/OPENCC.so
-+ install -m 444 OPENCC $(DESTDIR)${PREFIX}/share/bsdconv/inter/OPENCC
-+ install -m 444 OPENCC.so $(DESTDIR)${PREFIX}/share/bsdconv/inter/OPENCC.so