aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2022-08-15 20:38:30 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-08-16 16:00:48 +0000
commit39e7d09ef857d1046d82278bb04b92f7804614ed (patch)
treef45fdf2025f010e2886b9a72319cec7b2ea0cfa8
parent616885da342a3dc4396407df3e2a6c5b3e175a6c (diff)
downloadports-39e7d09ef857d1046d82278bb04b92f7804614ed.tar.gz
ports-39e7d09ef857d1046d82278bb04b92f7804614ed.zip
devel/binutils: Fix as, gprof, ld man pages
Fix several man pages by deleting them and forcing the software to regenerate them. PR: 265816 Reported by: lantw44@gmail.com Approved by: jflopezfernandez@gmail.com (maintainer, implicit timeout)
-rw-r--r--devel/binutils/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index eef1d1bf038d..683ee9c8b9bf 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -1,6 +1,6 @@
PORTNAME= binutils
PORTVERSION= 2.37
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH?= 1
CATEGORIES?= devel
MASTER_SITES= SOURCEWARE/binutils/releases
@@ -130,6 +130,9 @@ post-patch:
${REINPLACE_CMD} -e "s/-ldl//g" ${WRKSRC}/gold/testsuite/Makefile.in
# Force the generation of man pages
${RM} ${WRKSRC}/binutils/doc/*.1
+ ${RM} ${WRKSRC}/gas/doc/*.1
+ ${RM} ${WRKSRC}/gprof/*.1
+ ${RM} ${WRKSRC}/ld/*.1
post-install:
.if ${FLAVOR} == native