diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-04-03 10:45:54 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-04-03 10:45:54 +0000 |
commit | 95eb5716ee7fafe599ffb6006e3234025c6649ca (patch) | |
tree | 5560331f105baf339e2d79a84d203b832bdd1615 | |
parent | Copy net/ntp to net/ntp-rc to track release candidates. (diff) |
Add missing =
-rw-r--r-- | net/ntp-devel/Makefile | 2 | ||||
-rw-r--r-- | net/ntp-rc/Makefile | 2 | ||||
-rw-r--r-- | 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 |