Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 21:42:55 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 56c53123b491 - main - ports-mgmt/synth: Sanitize MANPREFIX
Message-ID:  <202401212142.40LLgtNC009818@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56c53123b491bcfefb60a17a1dc1c07a0337c2cd

commit 56c53123b491bcfefb60a17a1dc1c07a0337c2cd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 21:29:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 21:42:27 +0000

    ports-mgmt/synth: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 ports-mgmt/synth/Makefile  | 4 ++--
 ports-mgmt/synth/pkg-plist | 2 +-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212142.40LLgtNC009818>