summaryrefslogtreecommitdiff
path: root/textproc/gdict
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-01-09 09:38:47 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-01-09 09:38:47 +0000
commite9aacb6e30ae64a7a1ed5bc624bd5f9f6d4e7b9c (patch)
tree0769f988ca9f66778ca14f7d27551e5499a5fc40 /textproc/gdict
parentUnbreak for newgcc (diff)
Fix installation error and name of console dict client in DESCR
Notes
Notes: svn path=/head/; revision=24591
Diffstat (limited to 'textproc/gdict')
-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/