mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
520b21cc72
A CD-ROM dictionary lookup facility (server and clients). Submitted by: Yoshio MITA <mita@jp.freebsd.org> (Closing PR #2311.)
7 lines
188 B
Bash
7 lines
188 B
Bash
#!/bin/sh
|
|
if [ "$2" != "INSTALL" ]
|
|
then exit
|
|
fi
|
|
echo "Consider ${PKG_PREFIX}/lib/dserver/setup.sh for startup configuration."
|
|
echo "Documents are put in ${PKG_PREFIX}/lib/dserver/doc/."
|