diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2026-07-01 07:24:43 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2026-07-01 07:37:04 +0000 |
| commit | f17a2a47a96dad2b82a79540b9546cd04f5ea52c (patch) | |
| tree | 4e3fe2d564121ab9b192f3f98b7ccf7dd8e689d3 | |
| parent | 295203c95d3bbc6410254f4599daaa3169e4b82c (diff) | |
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
| -rw-r--r-- | textproc/linuxdoc-tools/Makefile | 4 |
1 files changed, 0 insertions, 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> |
