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

Collapse All | Expand All

(-)net/chrony/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
USES=		cpe gmake makeinfo readline
18
USES=		cpe gmake makeinfo readline
19
CPE_VENDOR=	tuxfamily
19
CPE_VENDOR=	tuxfamily
20
HAS_CONFIGURE=	yes
20
HAS_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \
21
CONFIGURE_ARGS=	--prefix=${PREFIX} \
22
		--sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \
22
		--datarootdir=${DATADIR} --docdir=${DOCSDIR}
23
		--datarootdir=${DATADIR} --docdir=${DOCSDIR}
23
USE_RC_SUBR=	chronyd
24
USE_RC_SUBR=	chronyd
24
25

Return to bug 204018