summaryrefslogtreecommitdiff
path: root/www/node18/files/patch-tools_install.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/node18/files/patch-tools_install.py')
-rw-r--r--www/node18/files/patch-tools_install.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/node18/files/patch-tools_install.py b/www/node18/files/patch-tools_install.py
deleted file mode 100644
index 3ed0c2a799c5..000000000000
--- a/www/node18/files/patch-tools_install.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/install.py.orig 2024-01-30 11:17:06 UTC
-+++ tools/install.py
-@@ -186,7 +186,7 @@ def files(action):
- action(['deps/v8/tools/gdbinit'], 'share/doc/node/')
- action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/')
-
-- if 'freebsd' in sys.platform or 'openbsd' in sys.platform:
-+ if 'openbsd' in sys.platform:
- action(['doc/node.1'], 'man/man1/')
- else:
- action(['doc/node.1'], 'share/man/man1/')