freebsd-ports/net/dictd/files/pkg-message.in
Mathieu Arnold 2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00

17 lines
361 B
Text

[
{ type: install
message: <<EOM
This port installs the dict daemon but does not envoke dictd
by default.
To invoke dictd on startup, put the following in /etc/rc.conf:
dictd_enable="YES"
The dict client can be found within %%PORTSDIR%%/textproc/dict
Don't forget to install %%PORTSDIR%%/net/dictd-database
to run a dictd server without pain.
EOM
}
]