1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Put back the dict->cdict change, which was deliberate and requested by the

maintainer.
This commit is contained in:
Kris Kennaway 1999-12-10 19:42:49 +00:00
parent 10682a510a
commit 707313948d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23759
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}/dict ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/cdict ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
bin/dict
bin/cdict
bin/gdict