summaryrefslogtreecommitdiff
path: root/www/node18/files/patch-tools_install.py
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 12:36:09 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 12:49:31 +0100
commit99ea45a72a2800fc90e98ee225a42c3e88da8602 (patch)
treec18953862ae4d7ea1213f225b4730ed7b8a8a806 /www/node18/files/patch-tools_install.py
parentdevel/fstrcmp: Moved man to share/man (diff)
www/node18: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'www/node18/files/patch-tools_install.py')
-rw-r--r--www/node18/files/patch-tools_install.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/node18/files/patch-tools_install.py b/www/node18/files/patch-tools_install.py
new file mode 100644
index 000000000000..3ed0c2a799c5
--- /dev/null
+++ b/www/node18/files/patch-tools_install.py
@@ -0,0 +1,11 @@
+--- 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/')