diff options
Diffstat (limited to 'net')
-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 |