Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2024 08:21:56 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 933092d511a9 - main - security/git-remote-gcrypt: Move man page to share/man
Message-ID:  <202403290821.42T8Lu39080683@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=933092d511a90ff79bf8a5ea9c7cbfda0d17853e

commit 933092d511a90ff79bf8a5ea9c7cbfda0d17853e
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-29 08:15:08 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-29 08:15:08 +0000

    security/git-remote-gcrypt: Move man page to share/man
    
    Approved by:    portmgr (blanket)
---
 security/git-remote-gcrypt/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/security/git-remote-gcrypt/Makefile b/security/git-remote-gcrypt/Makefile
index 9eef79dcac25..4206b56bee28 100644
--- a/security/git-remote-gcrypt/Makefile
+++ b/security/git-remote-gcrypt/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	git-remote-gcrypt
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	ashish@FreeBSD.org
@@ -22,10 +23,7 @@ MAKE_ENV=	DESTDIR=${STAGEDIR}
 NO_BUILD=
 
 PLIST_FILES=	bin/${PORTNAME} \
-		man/man1/${PORTNAME}.1.gz
-
-post-extract:
-	@${REINPLACE_CMD} -e s,prefix/share/man,prefix/man, ${WRKSRC}/install.sh
+		share/man/man1/${PORTNAME}.1.gz
 
 do-install:
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${WRKSRC}/install.sh



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