1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/dserver/files/patch-aa
Satoshi Asami be10e3a77d Separate emacs lisp files to another port (diclookup-mule). Applied
several patches.  Update documents and setup/install scripts.

PR:		7470
Submitted by:	maintainer
1998-08-03 00:12:16 +00:00

16 lines
546 B
Plaintext

--- /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)
+install:
+ if [ ! -d ${DOCDIR} ] ; then mkdir -p ${DOCDIR} ; fi
+ (cd server2.2-pl2; ${MAKE} install)
+ (cd clients/kenjiro; ${MAKE} install)
+ cp ACKNOWLEDGMENT DICTIONARIES doc/* ${PREFIX}/lib/dserver/doc
+ cp clients/kenjiro/Copyright ${DOCDIR}/Copyright.kenjiro
+ cp clients/kenjiro/README ${DOCDIR}/README.kenjiro