Skip to content

Commit

Permalink
net/pimd: 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 ead9788 commit 1e38f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion net/pimd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pimd
PORTVERSION= 2.3.2
PORTREVISION= 1
CATEGORIES= net

MAINTAINER= olivier@FreeBSD.org
Expand All @@ -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>
2 changes: 1 addition & 1 deletion 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

0 comments on commit 1e38f0b

Please sign in to comment.