svn commit: r376745 - head/textproc/p5-XML-SAX-Base

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 11 13:27:12 UTC 2015


Author: sunpoet
Date: Sun Jan 11 13:27:11 2015
New Revision: 376745
URL: https://svnweb.freebsd.org/changeset/ports/376745
QAT: https://qat.redports.org/buildarchive/r376745/

Log:
  - Use CONFLICTS_INSTALL instead of CONFLICTS

Modified:
  head/textproc/p5-XML-SAX-Base/Makefile

Modified: head/textproc/p5-XML-SAX-Base/Makefile
==============================================================================
--- head/textproc/p5-XML-SAX-Base/Makefile	Sun Jan 11 13:27:06 2015	(r376744)
+++ head/textproc/p5-XML-SAX-Base/Makefile	Sun Jan 11 13:27:11 2015	(r376745)
@@ -14,7 +14,7 @@ COMMENT=	Base class SAX Drivers and Filt
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-CONFLICTS=	p5-XML-SAX-0.[0-8]* p5-XML-SAX-0.9[0-8]*
+CONFLICTS_INSTALL=	p5-XML-SAX-0.[0-8]* p5-XML-SAX-0.9[0-8]*
 
 USE_PERL5=	configure
 USES=		perl5


More information about the svn-ports-head mailing list