net/chrony: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-22 17:01:28 +01:00
parent e763a272eb
commit 8e1ce7e99d
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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