Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2015 10:45:55 +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: r383105 - in head/net: ntp ntp-devel ntp-rc
Message-ID:  <201504031045.t33Ajt50080844@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Apr  3 10:45:54 2015
New Revision: 383105
URL: https://svnweb.freebsd.org/changeset/ports/383105

Log:
  Add missing =

Modified:
  head/net/ntp-devel/Makefile
  head/net/ntp-rc/Makefile
  head/net/ntp/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Fri Apr  3 10:39:41 2015	(r383104)
+++ head/net/ntp-devel/Makefile	Fri Apr  3 10:45:54 2015	(r383105)
@@ -12,7 +12,7 @@ DISTNAME=	${PORTNAME}-dev-${PORTVERSION:
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
-CONFLICTS	ntp-[0-9].* ntp-rc-*
+CONFLICTS=	ntp-[0-9].* ntp-rc-*
 
 GNU_CONFIGURE=	yes
 OPTIONS_SUB=	yes

Modified: head/net/ntp-rc/Makefile
==============================================================================
--- head/net/ntp-rc/Makefile	Fri Apr  3 10:39:41 2015	(r383104)
+++ head/net/ntp-rc/Makefile	Fri Apr  3 10:45:54 2015	(r383105)
@@ -13,7 +13,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/P/
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
-CONFLICTS       ntp-[0-9].* ntp-devel-*
+CONFLICTS=	ntp-[0-9].* ntp-devel-*
 
 GNU_CONFIGURE=	yes
 OPTIONS_SUB=	yes

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Fri Apr  3 10:39:41 2015	(r383104)
+++ head/net/ntp/Makefile	Fri Apr  3 10:45:54 2015	(r383105)
@@ -12,7 +12,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/P/
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
-CONFLICTS       ntp-rc-* ntp-devel-*
+CONFLICTS=	ntp-rc-* ntp-devel-*
 
 GNU_CONFIGURE=	yes
 OPTIONS_SUB=	yes



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