summaryrefslogtreecommitdiff
path: root/net/speedtouch/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/speedtouch/patches/patch-aa')
-rw-r--r--net/speedtouch/patches/patch-aa31
1 files changed, 12 insertions, 19 deletions
diff --git a/net/speedtouch/patches/patch-aa b/net/speedtouch/patches/patch-aa
index 71be17bb884..0399f440374 100644
--- a/net/speedtouch/patches/patch-aa
+++ b/net/speedtouch/patches/patch-aa
@@ -1,22 +1,15 @@
-$NetBSD: patch-aa,v 1.4 2003/11/07 11:06:17 abs Exp $
+$NetBSD: patch-aa,v 1.5 2004/12/23 18:11:18 skrll Exp $
---- doc-bsd/Makefile.in.orig Fri Nov 7 01:56:49 2003
+--- doc-bsd/Makefile.in.orig 2004-06-10 17:36:35.000000000 +0100
+++ doc-bsd/Makefile.in
-@@ -88,14 +88,14 @@ all :
-
- install : install-man
- @test -d $(datadir)/doc/speedtouch || $(INSTALL) -c -d $(datadir)/doc/speedtouch
-- @test -d $(prefix)/etc/rc.d || $(INSTALL) -c -d $(prefix)/etc/rc.d
-- $(INSTALL) -m 0744 -o $(installuser) adsl.sh.sample $(prefix)/etc/rc.d
-+ @test -d $(datadir)/examples/speedtouch || $(INSTALL) -c -d $(datadir)/examples/speedtouch
-+ $(INSTALL) -m 0744 -o $(installuser) adsl.sh.sample $(datadir)/examples/speedtouch/adsl.sh
-+ $(INSTALL) -m 0444 -o $(installuser) ppp.conf.sample $(datadir)/examples/speedtouch/ppp.conf
- $(INSTALL) -m 0444 -o $(installuser) INSTALL $(datadir)/doc/speedtouch
- $(INSTALL) -m 0444 -o $(installuser) INSTALL-de $(datadir)/doc/speedtouch
- $(INSTALL) -m 0444 -o $(installuser) INSTALL-fr $(datadir)/doc/speedtouch
- $(INSTALL) -m 0444 -o $(installuser) INSTALL-it $(datadir)/doc/speedtouch
- $(INSTALL) -m 0444 -o $(installuser) INSTALL-nl $(datadir)/doc/speedtouch
-- $(INSTALL) -m 0444 -o $(installuser) ppp.conf.sample $(datadir)/doc/speedtouch
- $(INSTALL) -m 0444 -o $(installuser) FAQ $(datadir)/doc/speedtouch
- $(INSTALL) -m 0444 -o $(installuser) FAQ-fr $(datadir)/doc/speedtouch
+@@ -93,7 +93,9 @@ all :
+ install: install-man
+ @test -d "$(prefix)/etc/rc.d" || $(INSTALL) -c -d "$(prefix)/etc/rc.d"
+- $(INSTALL) -m 0744 -o $(installuser) adsl.sh.sample "$(prefix)/etc/rc.d"
++ @test -d "$(datadir)/examples/speedtouch" || $(INSTALL) -c -d $(datadir)/examples/speedtouch
++ $(INSTALL) -m 0744 -o $(installuser) adsl.sh.sample $(datadir)/examples/speedtouch
++ $(INSTALL) -m 0444 -o $(installuser) ppp.conf.sample $(datadir)/examples/speedtouch
+ @test -d "$(docdir)" || $(INSTALL) -c -d "$(docdir)"
+ $(INSTALL) -m 0444 -o $(installuser) INSTALL "$(docdir)"
+ $(INSTALL) -m 0444 -o $(installuser) INSTALL-de "$(docdir)"