summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-12-10 19:42:49 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-12-10 19:42:49 +0000
commit707313948d098bb60c431f2cf4048eabfa929c90 (patch)
tree46835d1a5061b25eab91c7a28c3607d4e3941d60 /textproc
parentOne of the distfiles changed contents, but not name. The changed (diff)
Put back the dict->cdict change, which was deliberate and requested by the
maintainer.
Notes
Notes: svn path=/head/; revision=23759
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gdict/Makefile2
-rw-r--r--textproc/gdict/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gdict/Makefile b/textproc/gdict/Makefile
index 049e3e21b378..d35f61e57410 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}/dict ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/cdict ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/textproc/gdict/pkg-plist b/textproc/gdict/pkg-plist
index b03bb42516e7..0f3f730eb719 100644
--- a/textproc/gdict/pkg-plist
+++ b/textproc/gdict/pkg-plist
@@ -1,2 +1,2 @@
-bin/dict
+bin/cdict
bin/gdict