net/motsognir: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 21:21:18 +01:00
parent c694fd20c4
commit 8d5aa4bcb4
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= motsognir
PORTVERSION= 1.0.13
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION}
@ -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>