From 933092d511a90ff79bf8a5ea9c7cbfda0d17853e Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Fri, 29 Mar 2024 17:15:08 +0900 Subject: [PATCH] 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