diff options
author | cy <cy@FreeBSD.org> | 2015-04-03 18:45:54 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2015-04-03 18:45:54 +0800 |
commit | 15efe2bb4caddf203b826114a8239ca99ffbaf86 (patch) | |
tree | 5560331f105baf339e2d79a84d203b832bdd1615 /net/ntp-rc | |
parent | 678b1d5185b39f815204ce73367b998d542d7c32 (diff) | |
download | freebsd-ports-gnome-15efe2bb4caddf203b826114a8239ca99ffbaf86.tar.gz freebsd-ports-gnome-15efe2bb4caddf203b826114a8239ca99ffbaf86.tar.zst freebsd-ports-gnome-15efe2bb4caddf203b826114a8239ca99ffbaf86.zip |
Add missing =
Diffstat (limited to 'net/ntp-rc')
-rw-r--r-- | net/ntp-rc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |