Skip to content

Commit

Permalink
sysutils/moreutils: Update manpages
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Mar 30, 2022
1 parent 7c2a405 commit 93ff01d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sysutils/moreutils/Makefile
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 93ff01d

Please sign in to comment.