git: 933092d511a9 - main - security/git-remote-gcrypt: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:56 UTC
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