summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-04-13 19:25:24 +0000
committersunpoet <sunpoet@FreeBSD.org>2015-04-13 19:25:24 +0000
commit92b64eba72f7b1f7f7a1f2af248d56df1264ea79 (patch)
treec2f29daf1f67db830aaf7f2b996b4e9688be18c0
parent20d49260604a9f53fb253117de810c2f0da3b12c (diff)
downloadFreeBSD-ports-92b64eba72f7b1f7f7a1f2af248d56df1264ea79.zip
FreeBSD-ports-92b64eba72f7b1f7f7a1f2af248d56df1264ea79.tar.gz
- Use CONFLICTS_INSTALL instead of CONFLICTS
-rw-r--r--net/mtr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index dae3805..85c42c6 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -29,9 +29,9 @@ X11_CONFIGURE_WITH= gtk
X11_USE= GNOME=gtk20
.if defined(PKGNAMESUFFIX)
-CONFLICTS= mtr-0*
+CONFLICTS_INSTALL= mtr-0*
.else
-CONFLICTS= mtr-nox11-0*
+CONFLICTS_INSTALL= mtr-nox11-0*
.endif
post-patch:
OpenPOWER on IntegriCloud