diff options
Diffstat (limited to 'www/node-devel/files/patch-tools-install.py')
-rw-r--r-- | www/node-devel/files/patch-tools-install.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/node-devel/files/patch-tools-install.py b/www/node-devel/files/patch-tools-install.py deleted file mode 100644 index e11e4808ba7f..000000000000 --- a/www/node-devel/files/patch-tools-install.py +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/install.py.orig 2012-09-18 08:54:59.000000000 +0800 -+++ tools/install.py 2012-09-18 12:17:19.000000000 +0800 -@@ -114,7 +114,7 @@ - assert(0) # unhandled action type - - def files(action): -- action(['doc/node.1'], 'share/man/man1/') -+ action(['doc/node.1'], 'man/man1/') - action(['out/Release/node'], 'bin/node') - - # install unconditionally, checking if the platform supports dtrace doesn't |