aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-01-09 17:38:47 +0800
committercpiazza <cpiazza@FreeBSD.org>2000-01-09 17:38:47 +0800
commit8b24fea2f16a83496beb2a68df55db60fc5463e2 (patch)
treebdc4b7a8d6cd485cd23b536229bd10d2c20eca4f
parent9d106000bcbaab1033868b0293dc35bceac7d389 (diff)
downloadfreebsd-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
-rw-r--r--textproc/gdict/Makefile2
-rw-r--r--textproc/gdict/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gdict/Makefile b/textproc/gdict/Makefile
index d35f61e57410..3770ea8aad23 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 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/