summaryrefslogtreecommitdiff
path: root/japanese/dserver/files/patch-aa
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-03 00:12:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-03 00:12:16 +0000
commitbe10e3a77d734bdb347e80f7cb83c8c05e94014d (patch)
treef9acd6f4dff53000078e905163d88f0f2638bb50 /japanese/dserver/files/patch-aa
parentMake full pop debugging optional (diff)
Separate emacs lisp files to another port (diclookup-mule). Applied
several patches. Update documents and setup/install scripts. PR: 7470 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=12256
Diffstat (limited to 'japanese/dserver/files/patch-aa')
-rw-r--r--japanese/dserver/files/patch-aa9
1 files changed, 3 insertions, 6 deletions
diff --git a/japanese/dserver/files/patch-aa b/japanese/dserver/files/patch-aa
index 763f1997ab99..f95b3cbfb1f8 100644
--- a/japanese/dserver/files/patch-aa
+++ b/japanese/dserver/files/patch-aa
@@ -1,18 +1,15 @@
---- Makefile.orig Wed Nov 6 13:01:50 1996
-+++ Makefile Wed Nov 6 13:02:12 1996
-@@ -0,0 +1,15 @@
+--- /dev/null Sat Jan 31 09:42:25 1998
++++ Makefile Sat Jan 31 09:43:12 1998
+@@ -0,0 +1,12 @@
+PREFIX?=/usr/local
+DOCDIR=${PREFIX}/lib/dserver/doc
+all:
+ (cd server2.2-pl2; ${MAKE} all)
+ (cd clients/kenjiro; ${MAKE} all)
-+ (cd clients/diclookup-mule-2.3.0; ${MAKE} all)
+install:
+ if [ ! -d ${DOCDIR} ] ; then mkdir -p ${DOCDIR} ; fi
+ (cd server2.2-pl2; ${MAKE} install)
+ (cd clients/kenjiro; ${MAKE} install)
-+ (cd clients/diclookup-mule-2.3.0; ${MAKE} install)
+ cp ACKNOWLEDGMENT DICTIONARIES doc/* ${PREFIX}/lib/dserver/doc
-+ cp clients/diclookup-mule-2.3.0/README ${DOCDIR}/README.diclookup-mule
+ cp clients/kenjiro/Copyright ${DOCDIR}/Copyright.kenjiro
+ cp clients/kenjiro/README ${DOCDIR}/README.kenjiro