Skip to content

Commit

Permalink
ports-mgmt/synth: 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 343702f commit 56c5312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports-mgmt/synth/Makefile
@@ -1,7 +1,7 @@
PORTNAME= synth
DISTVERSIONPREFIX= v
DISTVERSION= 2.13
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ports-mgmt

MAINTAINER= fluffy@FreeBSD.org
Expand Down Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion ports-mgmt/synth/pkg-plist
@@ -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
Expand Down

0 comments on commit 56c5312

Please sign in to comment.