mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix installation error and name of console dict client in DESCR
This commit is contained in:
parent
2406dbb80b
commit
e9aacb6e30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24591
@ -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>
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user