From 95eb5716ee7fafe599ffb6006e3234025c6649ca Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 3 Apr 2015 10:45:54 +0000 Subject: [PATCH] Add missing = --- net/ntp-devel/Makefile | 2 +- net/ntp-rc/Makefile | 2 +- net/ntp/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 525cbd64ed70..dc2ddfbe893f 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-dev-${PORTVERSION:S/P/p/:S/r/-RC/:S/b/-beta/} 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 diff --git a/net/ntp-rc/Makefile b/net/ntp-rc/Makefile index b3af593d89dd..4571bd4c010c 100644 --- a/net/ntp-rc/Makefile +++ b/net/ntp-rc/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/} 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 diff --git a/net/ntp/Makefile b/net/ntp/Makefile index aab7eb9f8fe2..a2f1f4090b75 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/} 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