ports-mgmt/synth: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 22:29:05 +01:00
parent 343702ff22
commit 56c53123b4
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PORTNAME= synth
DISTVERSIONPREFIX= v
DISTVERSION= 2.13
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ports-mgmt
MAINTAINER= fluffy@FreeBSD.org
@ -55,7 +55,7 @@ do-install:
${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/build/synthexec \
${STAGEDIR}${PREFIX}/libexec
${INSTALL_MAN} ${WRKSRC}/synth.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/synth.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/shell-completers/_synth.bash \
${STAGEDIR}${PREFIX}/etc/bash_completion.d
${INSTALL_DATA} ${WRKSRC}/shell-completers/_synth \

View File

@ -1,7 +1,7 @@
bin/synth
etc/bash_completion.d/_synth.bash
libexec/synthexec
man/man1/synth.1.gz
share/man/man1/synth.1.gz
%%DATADIR%%/favicon.png
%%DATADIR%%/progress.css
%%DATADIR%%/progress.html