Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2014 05:53:12 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349705 - head/net/c3270
Message-ID:  <201403310553.s2V5rC0A009810@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Mar 31 05:53:11 2014
New Revision: 349705
URL: http://svnweb.freebsd.org/changeset/ports/349705
QAT: https://qat.redports.org/buildarchive/r349705/

Log:
  Missing =.
  
  Pointy hat to:	self

Modified:
  head/net/c3270/Makefile

Modified: head/net/c3270/Makefile
==============================================================================
--- head/net/c3270/Makefile	Mon Mar 31 05:42:53 2014	(r349704)
+++ head/net/c3270/Makefile	Mon Mar 31 05:53:11 2014	(r349705)
@@ -13,7 +13,7 @@ COMMENT=	Full-screen curses-based remote
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([0-9]\.[0-9])(\..*)/\1/}
 
 # Conflict due to x3270if
-CONFLICTS	x3270-*
+CONFLICTS=	x3270-*
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403310553.s2V5rC0A009810>