git: f17a2a47a96d - main - textproc/linuxdoc-tools: Remove no-op post-stage

From: Tijl Coosemans <tijl_at_FreeBSD.org>
Date: Wed, 01 Jul 2026 07:38:27 UTC
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>