git: 2ce4e15a0fbb - main - dns/hetzner_ddns: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 15:27:37 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2ce4e15a0fbb8f6b003d9e25a3aeb816606814e6
commit 2ce4e15a0fbb8f6b003d9e25a3aeb816606814e6
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 15:25:13 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 15:26:55 +0000
dns/hetzner_ddns: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
dns/hetzner_ddns/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dns/hetzner_ddns/Makefile b/dns/hetzner_ddns/Makefile
index e15c893ae54e..3029c560cf89 100644
--- a/dns/hetzner_ddns/Makefile
+++ b/dns/hetzner_ddns/Makefile
@@ -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>