dns/hetzner_ddns: Sanitize MANPREFIX

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 16:25:13 +01:00
parent eca42f5940
commit 2ce4e15a0f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.man \
${STAGEDIR}${MANPREFIX}/share/man/man1/${PORTNAME}.1
${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
.include <bsd.port.mk>