diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-09 09:38:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-09 09:38:47 +0000 |
commit | e9aacb6e30ae64a7a1ed5bc624bd5f9f6d4e7b9c (patch) | |
tree | 0769f988ca9f66778ca14f7d27551e5499a5fc40 /textproc/gdict | |
parent | 2406dbb80b9720c6eb50bd64cb3352d9dc222bc1 (diff) |
Notes
Diffstat (limited to 'textproc/gdict')
-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 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/ |