1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix installation error and name of console dict client in DESCR

This commit is contained in:
Chris Piazza 2000-01-09 09:38:47 +00:00
parent 2406dbb80b
commit e9aacb6e30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24591
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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/