mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
net/chrony: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
e763a272eb
commit
8e1ce7e99d
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= chrony
|
PORTNAME= chrony
|
||||||
DISTVERSION= 4.5
|
DISTVERSION= 4.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= https://chrony-project.org/releases/ \
|
MASTER_SITES= https://chrony-project.org/releases/ \
|
||||||
LOCAL/mandree
|
LOCAL/mandree
|
||||||
|
@ -23,7 +24,7 @@ CONFIGURE_ARGS= --chronyvardir=/var/db/${PORTNAME} \
|
||||||
--datarootdir=${DATADIR} \
|
--datarootdir=${DATADIR} \
|
||||||
--docdir=${DOCSDIR} \
|
--docdir=${DOCSDIR} \
|
||||||
--enable-ntp-signd \
|
--enable-ntp-signd \
|
||||||
--mandir=${MANPREFIX}/man \
|
--mandir=${PREFIX}/share/man \
|
||||||
--prefix=${PREFIX} \
|
--prefix=${PREFIX} \
|
||||||
--sysconfdir=${PREFIX}/etc \
|
--sysconfdir=${PREFIX}/etc \
|
||||||
--without-tomcrypt
|
--without-tomcrypt
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
bin/chronyc
|
bin/chronyc
|
||||||
@sample etc/chrony.conf.sample
|
@sample etc/chrony.conf.sample
|
||||||
man/man1/chronyc.1.gz
|
share/man/man1/chronyc.1.gz
|
||||||
man/man5/chrony.conf.5.gz
|
share/man/man5/chrony.conf.5.gz
|
||||||
man/man8/chronyd.8.gz
|
share/man/man8/chronyd.8.gz
|
||||||
sbin/chronyd
|
sbin/chronyd
|
||||||
@dir(chronyd,chronyd) /var/db/chrony
|
@dir(chronyd,chronyd) /var/db/chrony
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/chrony.conf.html
|
%%HTMLDOCS%%%%DOCSDIR%%/chrony.conf.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue