mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
489f82430e
PR: ports/6954 Submitted by: J.T. Jang <keith@email.gcn.net.tw>
22 lines
352 B
Plaintext
22 lines
352 B
Plaintext
--- Makefile.orig Fri Oct 2 17:33:23 1998
|
|
+++ Makefile Fri Oct 2 17:33:23 1998
|
|
@@ -0,0 +1,18 @@
|
|
+#
|
|
+# Makefile for CJK to apply on Unix systems more smoothly.
|
|
+#
|
|
+# keith@email.gcn.net.tw
|
|
+#
|
|
+
|
|
+all:
|
|
+ $(MAKE) -C 4_1.3 $@
|
|
+
|
|
+install: all
|
|
+ $(MAKE) -C 4_1.3 $@
|
|
+
|
|
+test-teTeX-patch:
|
|
+ $(MAKE) -C 4_1.3 test-teTeX-patch
|
|
+
|
|
+clean:
|
|
+ $(MAKE) -C 4_1.3 $@
|
|
+
|