View | Details | Raw Unified | Return to bug 252584 | Differences between
and this patch

Collapse All | Expand All

(-)net/chrony-lite/Makefile (+15 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	chrony
4
PKGNAMESUFFIX=	-lite
5
6
MAINTAINER=	decke@FreeBSD.org
7
COMMENT=	System clock synchronization client and server (lite)
8
9
MASTERDIR=	${.CURDIR}/../chrony
10
11
CONFLICTS_INSTALL=	chrony
12
13
OPTIONS_EXCLUDE=	DOCS EXAMPLES HTMLDOCS NETTLE NSS NTS
14
15
.include "${MASTERDIR}/Makefile"

Return to bug 252584