diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-01-09 09:38:47 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-01-09 09:38:47 +0000 |
commit | 8b24fea2f16a83496beb2a68df55db60fc5463e2 (patch) | |
tree | bdc4b7a8d6cd485cd23b536229bd10d2c20eca4f /textproc | |
parent | 9d106000bcbaab1033868b0293dc35bceac7d389 (diff) | |
download | FreeBSD-ports-8b24fea2f16a83496beb2a68df55db60fc5463e2.zip FreeBSD-ports-8b24fea2f16a83496beb2a68df55db60fc5463e2.tar.gz |
Fix installation error and name of console dict client in DESCR
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gdict/Makefile | 2 | ||||
-rw-r--r-- | textproc/gdict/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gdict/Makefile b/textproc/gdict/Makefile index d35f61e..3770ea8 100644 --- a/textproc/gdict/Makefile +++ b/textproc/gdict/Makefile @@ -16,6 +16,6 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/cdict ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin/cdict .include <bsd.port.mk> diff --git a/textproc/gdict/pkg-descr b/textproc/gdict/pkg-descr index 9379881..e6e8c92 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/ |