summaryrefslogtreecommitdiff
path: root/converters/aish/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'converters/aish/files/patch-aa')
-rw-r--r--converters/aish/files/patch-aa27
1 files changed, 27 insertions, 0 deletions
diff --git a/converters/aish/files/patch-aa b/converters/aish/files/patch-aa
new file mode 100644
index 000000000000..77696a6436a3
--- /dev/null
+++ b/converters/aish/files/patch-aa
@@ -0,0 +1,27 @@
+--- Makefile.orig Mon Sep 18 01:47:03 1995
++++ Makefile Mon Aug 3 10:42:13 1998
+@@ -1,7 +1,7 @@
+ # aish/koish 1993,94,95 by H.Ogasawara (COR.)
+
+ # install directory
+-DSTDIR = /usr/local/bin
++DSTDIR = ${PREFIX}/bin
+
+ #### *** UNIX
+ CC = cc
+@@ -134,10 +134,11 @@
+ rm -f *.o $(SYSCHK) $(PROG) $(MPROG) core *~ autodecode
+
+ install: $(SYSCHK) $(PROG) $(MPROG) autodecode
+- install -c -s $(PROG) $(DSTDIR)
+- install -c -s $(MPROG) $(DSTDIR)
+- install -c -m 0755 ishcat $(DSTDIR)
+- -install -c -m 0755 autodecode $(DSTDIR)
++ ${BSD_INSTALL_PROGRAM} $(PROG) $(DSTDIR)
++ ${BSD_INSTALL_PROGRAM} $(MPROG) $(DSTDIR)
++ ${BSD_INSTALL_SCRIPT} ishcat $(DSTDIR)
++ ${BSD_INSTALL_SCRIPT} autodecode $(DSTDIR)
++ ${BSD_INSTALL_MAN} aish.1 autodecode.1 ${PREFIX}/man/ja/man1
+
+ installc: $(SYSCHK) $(PROG) $(MPROG) autodecode
+ cp $(PROG) $(MPROG) ishcat autodecode $(DSTDIR)