git: 93ff01d005e6 - main - sysutils/moreutils: Update manpages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:22:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=93ff01d005e60a10a7c088e0dd428a07f8ec1dfb commit 93ff01d005e60a10a7c088e0dd428a07f8ec1dfb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-30 22:03:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-30 22:03:48 +0000 sysutils/moreutils: Update manpages - Bump PORTREVISION for package change --- sysutils/moreutils/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile index f3cd8bd7d75e..680051ab391a 100644 --- a/sysutils/moreutils/Makefile +++ b/sysutils/moreutils/Makefile @@ -2,6 +2,7 @@ PORTNAME= moreutils PORTVERSION= 0.67 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://git.joeyh.name/index.cgi/moreutils.git/snapshot/ \ LOCAL/sunpoet @@ -12,7 +13,7 @@ COMMENT= Additional Unix utilities LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run +#RUN_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run USES= gmake perl5 shebangfix @@ -54,7 +55,7 @@ post-patch: post-build: .for man in ${PERL_MANPAGES:R} - ${LOCALBASE}/bin/pod2man --center=" " --release="${PORTNAME}" ${WRKSRC}/${man} > ${WRKSRC}/${man}.1 + ${LOCALBASE}/bin/pod2man --center=moreutils --release=${PORTVERSION} ${WRKSRC}/${man} > ${WRKSRC}/${man}.1 .endfor do-install: