aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 21:29:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 21:42:27 +0000
commit56c53123b491bcfefb60a17a1dc1c07a0337c2cd (patch)
tree6a9514587a1cf7a6215c79f2d6812b226b33c656 /ports-mgmt
parent343702ff222f251bd20bda6df4d9fe2ebd084c3a (diff)
downloadports-56c53123b491bcfefb60a17a1dc1c07a0337c2cd.tar.gz
ports-56c53123b491bcfefb60a17a1dc1c07a0337c2cd.zip
ports-mgmt/synth: Sanitize MANPREFIX
Approved by: portmgr (blanket)
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/synth/Makefile4
-rw-r--r--ports-mgmt/synth/pkg-plist2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile
index 2d398d7e463d..141ba1ce17b0 100644
--- a/ports-mgmt/synth/Makefile
+++ b/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
@@ -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 \
diff --git a/ports-mgmt/synth/pkg-plist b/ports-mgmt/synth/pkg-plist
index 75afff963702..928a21988a14 100644
--- a/ports-mgmt/synth/pkg-plist
+++ b/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