diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-11-23 20:04:20 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-11-23 20:04:20 +0000 |
commit | f4badbb440f17fa2a70d9000da374200606f93fb (patch) | |
tree | 0e399b29eba5bf496aa25848501aef459511dcfb /net/chrony | |
parent | debf6027aa72fff532094d237e4b0e4daef97526 (diff) |
Notes
Diffstat (limited to 'net/chrony')
-rw-r--r-- | net/chrony/Makefile | 3 | ||||
-rw-r--r-- | net/chrony/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 9c28722904e0..29a5e7776677 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -18,7 +18,8 @@ ONLY_FOR_ARCHS= i386 amd64 USES= cpe gmake makeinfo readline CPE_VENDOR= tuxfamily HAS_CONFIGURE= yes -CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \ +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --sysconfdir=${PREFIX}/etc --mandir=${MANPREFIX}/man \ --datarootdir=${DATADIR} --docdir=${DOCSDIR} USE_RC_SUBR= chronyd diff --git a/net/chrony/pkg-plist b/net/chrony/pkg-plist index 0a3f45670c86..89d20cb36f4d 100644 --- a/net/chrony/pkg-plist +++ b/net/chrony/pkg-plist @@ -6,6 +6,6 @@ man/man1/chrony.1.gz man/man1/chronyc.1.gz man/man5/chrony.conf.5.gz man/man8/chronyd.8.gz -@(,,4755) sbin/chronyd +sbin/chronyd @dir /var/lib/chrony @dir /var/lib |