git: 1e38f0b17f3b - main - net/pimd: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 20:24:39 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e38f0b17f3bb0eebc9fdfe261bf1501c45ae3a3 commit 1e38f0b17f3bb0eebc9fdfe261bf1501c45ae3a3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 20:19:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 20:24:10 +0000 net/pimd: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/pimd/Makefile | 3 ++- net/pimd/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/pimd/Makefile b/net/pimd/Makefile index 745904381e43..f4e8c572d5af 100644 --- a/net/pimd/Makefile +++ b/net/pimd/Makefile @@ -1,5 +1,6 @@ PORTNAME= pimd PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= olivier@FreeBSD.org @@ -26,6 +27,6 @@ do-install: ${STAGEDIR}${PREFIX}/etc/pimd.conf.sample ${INSTALL_SCRIPT} ${FILESDIR}/pimd.in \ ${STAGEDIR}${PREFIX}/etc/rc.d/pimd - ${INSTALL_MAN} ${WRKSRC}/pimd.8 ${STAGEDIR}${MANPREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/pimd.8 ${STAGEDIR}${PREFIX}/share/man/man8/ .include <bsd.port.mk> diff --git a/net/pimd/pkg-plist b/net/pimd/pkg-plist index ff99d5080af0..723d3999ad75 100644 --- a/net/pimd/pkg-plist +++ b/net/pimd/pkg-plist @@ -1,3 +1,3 @@ @sample etc/pimd.conf.sample sbin/pimd -man/man8/pimd.8.gz +share/man/man8/pimd.8.gz