Skip to content

Commit

Permalink
net/freevrrpd: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent b522894 commit e1c72ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion net/freevrrpd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= freevrrpd
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= net

MAINTAINER= olivier@FreeBSD.org
Expand All @@ -26,6 +27,6 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/freevrrpd \
${STAGEDIR}${PREFIX}/etc/rc.d
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \
${STAGEDIR}${MANPREFIX}/man/man8
${STAGEDIR}${PREFIX}/share/man/man8

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion net/freevrrpd/pkg-plist
@@ -1,4 +1,4 @@
@sample etc/freevrrpd.conf.sample
etc/rc.d/freevrrpd
man/man8/freevrrpd.8.gz
share/man/man8/freevrrpd.8.gz
sbin/freevrrpd

0 comments on commit e1c72ef

Please sign in to comment.