svn commit: r383105 - in head/net: ntp ntp-devel ntp-rc
Cy Schubert
cy at FreeBSD.org
Fri Apr 3 10:45:56 UTC 2015
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 at 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 at 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 at FreeBSD.org
COMMENT= The Network Time Protocol Distribution
-CONFLICTS ntp-rc-* ntp-devel-*
+CONFLICTS= ntp-rc-* ntp-devel-*
GNU_CONFIGURE= yes
OPTIONS_SUB= yes
More information about the svn-ports-all
mailing list