Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2024 08:22:04 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: d2f69656eb3a - main - sysutils/fileprune: Move man page to share/man
Message-ID:  <202403290822.42T8M4wN081042@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=d2f69656eb3ab3e86638c5d8bf921e41a4356778

commit d2f69656eb3ab3e86638c5d8bf921e41a4356778
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-29 08:17:26 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-29 08:17:26 +0000

    sysutils/fileprune: Move man page to share/man
    
    Approved by:    portmg (blanket)
---
 sysutils/fileprune/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sysutils/fileprune/Makefile b/sysutils/fileprune/Makefile
index 610d20e959d2..001bd74ab3cf 100644
--- a/sysutils/fileprune/Makefile
+++ b/sysutils/fileprune/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fileprune
 PORTVERSION=	1.12
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dds@FreeBSD.org
@@ -14,10 +15,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	dspinellis
 GH_TAGNAME=	2dd22fc
 
-PLIST_FILES=	bin/fileprune man/man1/fileprune.1.gz
+PLIST_FILES=	bin/fileprune share/man/man1/fileprune.1.gz
 MAKE_ARGS=	CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}"
 
-post-extract:
-	${REINPLACE_CMD} -e 's,/share,,' ${WRKSRC}/Makefile
-
 .include <bsd.port.mk>



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