net/relayd: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-22 16:03:21 +01:00
parent dc0d413d93
commit 064cf48cee
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= relayd
DISTVERSION= 7.3.2023.05.09-p5
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://github.com/KlaraSystems/freebsd-relayd/releases/download/${DISTVERSION}/
@ -45,11 +46,11 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/etc/examples/relayd.conf \
${STAGEDIR}${PREFIX}/etc/relayd.conf.sample
${INSTALL_MAN} ${WRKSRC}/usr.sbin/relayctl/relayctl.8 \
${STAGEDIR}${MANPREFIX}/man/man8/
${STAGEDIR}${PREFIX}/share/man/man8/
${INSTALL_MAN} ${WRKSRC}/usr.sbin/relayd/relayd.8 \
${STAGEDIR}${MANPREFIX}/man/man8/
${STAGEDIR}${PREFIX}/share/man/man8/
${INSTALL_MAN} ${WRKSRC}/usr.sbin/relayd/relayd.conf.5 \
${STAGEDIR}${MANPREFIX}/man/man5/
${STAGEDIR}${PREFIX}/share/man/man5/
${INSTALL_PROGRAM} ${WRKSRC}/usr.sbin/relayctl/relayctl \
${STAGEDIR}${PREFIX}/sbin/
${INSTALL_PROGRAM} ${WRKSRC}/usr.sbin/relayd/relayd \

View File

@ -1,6 +1,6 @@
@sample etc/relayd.conf.sample
man/man5/relayd.conf.5.gz
man/man8/relayctl.8.gz
man/man8/relayd.8.gz
share/man/man5/relayd.conf.5.gz
share/man/man8/relayctl.8.gz
share/man/man8/relayd.8.gz
sbin/relayctl
sbin/relayd