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

Collapse All | Expand All

(-)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
(-)pkg-plist (-1 / +3 lines)
Lines 6-11 Link Here
6
man/man1/chronyc.1.gz
6
man/man1/chronyc.1.gz
7
man/man5/chrony.conf.5.gz
7
man/man5/chrony.conf.5.gz
8
man/man8/chronyd.8.gz
8
man/man8/chronyd.8.gz
9
@(,,4755) sbin/chronyd
9
@mode 4755
10
sbin/chronyd
11
@mode
10
@dir /var/lib/chrony
12
@dir /var/lib/chrony
11
@dir /var/lib
13
@dir /var/lib

Return to bug 204018