Skip to content

Commit

Permalink
net/motsognir: 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 c694fd2 commit 8d5aa4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/motsognir/Makefile
@@ -1,5 +1,6 @@
PORTNAME= motsognir
PORTVERSION= 1.0.13
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION}

Expand All @@ -16,11 +17,11 @@ SUB_FILES= pkg-message

PLIST_FILES= bin/motsognir \
"@sample etc/motsognir.conf.sample" \
man/man8/motsognir.8.gz
share/man/man8/motsognir.8.gz

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/motsognir ${STAGEDIR}${PREFIX}/bin/motsognir
${INSTALL_DATA} ${WRKSRC}/motsognir.conf ${STAGEDIR}${PREFIX}/etc/motsognir.conf.sample
${INSTALL_MAN} ${WRKSRC}/motsognir.8.gz ${STAGEDIR}${MANPREFIX}/man/man8/motsognir.8.gz
${INSTALL_MAN} ${WRKSRC}/motsognir.8.gz ${STAGEDIR}${PREFIX}/share/man/man8/motsognir.8.gz

.include <bsd.port.mk>

0 comments on commit 8d5aa4b

Please sign in to comment.