mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
be10e3a77d
several patches. Update documents and setup/install scripts. PR: 7470 Submitted by: maintainer
16 lines
546 B
Plaintext
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
|