summaryrefslogtreecommitdiff
path: root/net/speedtouch/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/speedtouch/patches/patch-ad')
-rw-r--r--net/speedtouch/patches/patch-ad27
1 files changed, 27 insertions, 0 deletions
diff --git a/net/speedtouch/patches/patch-ad b/net/speedtouch/patches/patch-ad
new file mode 100644
index 00000000000..f49026d544c
--- /dev/null
+++ b/net/speedtouch/patches/patch-ad
@@ -0,0 +1,27 @@
+$NetBSD: patch-ad,v 1.3 2004/12/23 18:11:18 skrll Exp $
+
+--- src/Makefile.in.orig 2004-09-29 21:56:31.000000000 +0100
++++ src/Makefile.in
+@@ -114,19 +114,19 @@ all: ${make_bindir}
+
+ speedtouch-setup: speedtouch-setup.in Makefile
+ rm -f $@ $@.tmp
+- $(edit) < $< > $@.tmp
++ $(edit) speedtouch-setup.in > $@.tmp
+ chmod a+x $@.tmp
+ mv $@.tmp $@
+
+ speedtouch-start: speedtouch-start.in Makefile
+ rm -f $@ $@.tmp
+- $(edit) < $< > $@.tmp
++ $(edit) speedtouch-start.in > $@.tmp
+ chmod a+x $@.tmp
+ mv $@.tmp $@
+
+ speedtouch-stop: speedtouch-stop.in Makefile
+ rm -f $@ $@.tmp
+- $(edit) < $< > $@.tmp
++ $(edit) speedtouch-stop.in > $@.tmp
+ chmod a+x $@.tmp
+ mv $@.tmp $@
+