security/transcrypt: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 23:42:39 +01:00
parent 7e25017291
commit aed8d52a32
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= transcrypt
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.3
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= nivit@FreeBSD.org
@ -22,7 +23,7 @@ GH_ACCOUNT= elasticdog
NO_BUILD= yes
PLIST_FILES= bin/transcrypt \
man/man1/transcrypt.1.gz \
share/man/man1/transcrypt.1.gz \
share/bash-completion/completions/transcrypt \
share/zsh/site-functions/_transcrypt
@ -34,7 +35,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/contrib/bash/${PORTNAME} ${STAGEDIR}${PREFIX}/share/bash-completion/completions/${PORTNAME}
${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions && \
${INSTALL_DATA} ${WRKSRC}/contrib/zsh/_${PORTNAME} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
# 53 tests, 0 failures
do-test: