aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-30 22:03:48 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-30 22:03:48 +0000
commit93ff01d005e60a10a7c088e0dd428a07f8ec1dfb (patch)
treef40f698eb6ac578f4d5053bdbd8a78760ea05ae9
parent7c2a405e467c3966643cad49d696505c4356c159 (diff)
downloadports-93ff01d005e60a10a7c088e0dd428a07f8ec1dfb.tar.gz
ports-93ff01d005e60a10a7c088e0dd428a07f8ec1dfb.zip
sysutils/moreutils: Update manpages
- Bump PORTREVISION for package change
-rw-r--r--sysutils/moreutils/Makefile5
1 files 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: