ae22a7846a
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
12 lines
251 B
Makefile
12 lines
251 B
Makefile
PKGNAMESUFFIX= -lite
|
|
|
|
MAINTAINER= decke@FreeBSD.org
|
|
COMMENT= System clock synchronization client and server (lite)
|
|
|
|
MASTERDIR= ${.CURDIR}/../chrony
|
|
|
|
CONFLICTS_INSTALL= chrony
|
|
|
|
OPTIONS_EXCLUDE= HTMLDOCS NETTLE NSS NTS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|