Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jul 2026 07:38:27 +0000
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f17a2a47a96d - main - textproc/linuxdoc-tools: Remove no-op post-stage
Message-ID:  <6a44c3f3.314f4.ad6e446@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tijl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f17a2a47a96dad2b82a79540b9546cd04f5ea52c

commit f17a2a47a96dad2b82a79540b9546cd04f5ea52c
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2026-07-01 07:24:43 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2026-07-01 07:37:04 +0000

    textproc/linuxdoc-tools: Remove no-op post-stage
    
    This was a remnant from a previous attempt to fix the port with UTF-8.
    
    PR:             295945
---
 textproc/linuxdoc-tools/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/textproc/linuxdoc-tools/Makefile b/textproc/linuxdoc-tools/Makefile
index 9305e1475cb7..aebf4f450199 100644
--- a/textproc/linuxdoc-tools/Makefile
+++ b/textproc/linuxdoc-tools/Makefile
@@ -36,8 +36,4 @@ DOCS_USES=		makeinfo tex
 DOCS_USE=		TEX=dvipsk:build,latex:build,pdftex:build
 DOCS_CONFIGURE_ENABLE=	docs
 
-post-stage:
-	@${RM} ${STAGEDIR}${DOCSDIR}/Makefile.orig \
-		${STAGEDIR}${DOCSDIR}/example/Makefile.orig
-
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a44c3f3.314f4.ad6e446>