diff options
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 |