$OpenBSD: patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_make_py,v 1.2 2014/07/10 19:53:30 landry Exp $
--- deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py.orig	Fri May  2 02:47:47 2014
+++ deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py	Thu Jul 10 15:58:13 2014
@@ -372,7 +372,7 @@ cmd_touch = touch $@
 
 quiet_cmd_copy = COPY $@
 # send stderr to /dev/null to ignore messages when linking directories.
-cmd_copy = rm -rf "$@" && cp -af "$<" "$@"
+cmd_copy = rm -rf "$@" && cp -pf "$<" "$@"
 
 %(link_commands)s
 """
