summaryrefslogtreecommitdiff
path: root/net/sendfile/scripts/post-patch
diff options
context:
space:
mode:
Diffstat (limited to 'net/sendfile/scripts/post-patch')
-rwxr-xr-xnet/sendfile/scripts/post-patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/sendfile/scripts/post-patch b/net/sendfile/scripts/post-patch
new file mode 100755
index 00000000000..487e88abfc3
--- /dev/null
+++ b/net/sendfile/scripts/post-patch
@@ -0,0 +1,7 @@
+#!/bin/sh
+# $NetBSD: post-patch,v 1.1.1.1 1999/06/06 17:08:37 hwr Exp $
+
+cd ${WRKSRC}
+mv makeconfig makeconfig.configured
+sed -e 's/@PREFIX@/${PREFIX}/' < makeconfig.configured > makeconfig
+chmod +x makeconfig