svn commit: r383955 - head/net/mtr
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Apr 13 19:25:25 UTC 2015
Author: sunpoet
Date: Mon Apr 13 19:25:24 2015
New Revision: 383955
URL: https://svnweb.freebsd.org/changeset/ports/383955
Log:
- Use CONFLICTS_INSTALL instead of CONFLICTS
Modified:
head/net/mtr/Makefile
Modified: head/net/mtr/Makefile
==============================================================================
--- head/net/mtr/Makefile Mon Apr 13 19:25:19 2015 (r383954)
+++ head/net/mtr/Makefile Mon Apr 13 19:25:24 2015 (r383955)
@@ -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:
More information about the svn-ports-head
mailing list