pkgsrc/net/speedtouch/patches/patch-aa

16 lines
813 B
Text

$NetBSD: patch-aa,v 1.6 2010/03/24 15:36:22 joerg Exp $
--- doc-bsd/Makefile.in.orig 2004-09-29 20:56:31.000000000 +0000
+++ doc-bsd/Makefile.in
@@ -92,8 +92,9 @@ DIST_FILES = \
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)"