From 751a29a69044150af126f28b7b1069e710629b03 Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Mon, 9 Jun 2014 03:50:42 +0000 Subject: [PATCH] - Add CONFLICTS_INSTALL with textproc/google-translate-cli. Both ports install the same binary file: bin/translate. --- misc/translate/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/translate/Makefile b/misc/translate/Makefile index 85bd83ea493c..b126fae3c899 100644 --- a/misc/translate/Makefile +++ b/misc/translate/Makefile @@ -11,6 +11,9 @@ COMMENT= Translates string using Babelfish RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +# same binary file bin/translate +CONFLICTS_INSTALL= google-translate-cli-* + USES= perl5 shebangfix NO_BUILD= yes