diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-01-09 17:38:47 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-01-09 17:38:47 +0800 |
commit | 8b24fea2f16a83496beb2a68df55db60fc5463e2 (patch) | |
tree | bdc4b7a8d6cd485cd23b536229bd10d2c20eca4f /textproc/gdict/pkg-descr | |
parent | 9d106000bcbaab1033868b0293dc35bceac7d389 (diff) | |
download | freebsd-ports-gnome-8b24fea2f16a83496beb2a68df55db60fc5463e2.tar.gz freebsd-ports-gnome-8b24fea2f16a83496beb2a68df55db60fc5463e2.tar.zst freebsd-ports-gnome-8b24fea2f16a83496beb2a68df55db60fc5463e2.zip |
Fix installation error and name of console dict client in DESCR
Diffstat (limited to 'textproc/gdict/pkg-descr')
-rw-r--r-- | textproc/gdict/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gdict/pkg-descr b/textproc/gdict/pkg-descr index 9379881f60b1..e6e8c92c921f 100644 --- a/textproc/gdict/pkg-descr +++ b/textproc/gdict/pkg-descr @@ -1,6 +1,6 @@ gdict is a small C/GTK+ program written to find definitions of arbitrary words. It contacts the MIT dictionary server and returns a definition. -Additionally, there is a CLI version named "dict". +Additionally, there is a CLI version named "cdict". WWW: http://www.psilord.com/code/ |