Skip to content

Commit

Permalink
dns/hetzner_ddns: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent eca42f5 commit 2ce4e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/hetzner_ddns/Makefile
Expand Up @@ -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>

0 comments on commit 2ce4e15

Please sign in to comment.