diff options
author | kris <kris@FreeBSD.org> | 1999-11-15 10:44:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-11-15 10:44:38 +0800 |
commit | b4e261801f7242192a10ed15eddcd4957f71f8d1 (patch) | |
tree | 111c469d15f88ef26b357050595bcb414600ef55 /textproc/gdict/Makefile | |
parent | 8e19186027280a90f38b62d9fe4b4e96ed0f1c9f (diff) | |
download | freebsd-ports-gnome-b4e261801f7242192a10ed15eddcd4957f71f8d1.tar.gz freebsd-ports-gnome-b4e261801f7242192a10ed15eddcd4957f71f8d1.tar.zst freebsd-ports-gnome-b4e261801f7242192a10ed15eddcd4957f71f8d1.zip |
Don't conflict with dict port
PR: 12817
Submitted by: Dominik Brettnacher <domi@saargate.de>
Diffstat (limited to 'textproc/gdict/Makefile')
-rw-r--r-- | textproc/gdict/Makefile | 2 |
1 files changed, 1 insertions, 1 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> |