diff options
author | joerg <joerg> | 2010-03-24 15:36:22 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-03-24 15:36:22 +0000 |
commit | 4d9d8361b445120c354e57b07b9f29ae92a4b62e (patch) | |
tree | 240de6a9b915ebf7349a26478f401a48d6898a5d /net | |
parent | 7ca96b1adb39a629702ac475bc4c3553d094e050 (diff) | |
download | pkgsrc-4d9d8361b445120c354e57b07b9f29ae92a4b62e.tar.gz |
Fix DESTDIR installation by not messing with ${PREFIX}/etc.
Diffstat (limited to 'net')
-rw-r--r-- | net/speedtouch/distinfo | 6 | ||||
-rw-r--r-- | net/speedtouch/patches/patch-aa | 9 | ||||
-rw-r--r-- | net/speedtouch/patches/patch-ad | 12 |
3 files changed, 18 insertions, 9 deletions
diff --git a/net/speedtouch/distinfo b/net/speedtouch/distinfo index 1a0bd997c62..517e1861326 100644 --- a/net/speedtouch/distinfo +++ b/net/speedtouch/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2007/01/24 17:38:47 rillig Exp $ +$NetBSD: distinfo,v 1.10 2010/03/24 15:36:22 joerg Exp $ SHA1 (speedtouch-1.3.1.tar.bz2) = 9f2bd1d2800686fa96b38bb3de8283fcf5b39a5c RMD160 (speedtouch-1.3.1.tar.bz2) = 88e64bb415db535078915d10684262b5e57f55dc @@ -6,10 +6,10 @@ Size (speedtouch-1.3.1.tar.bz2) = 197709 bytes SHA1 (SpeedTouch330_firmware_3012.zip) = 4fd2eefda958fd34ab4df43cffdda4e7757fbd34 RMD160 (SpeedTouch330_firmware_3012.zip) = 5d7dea06a6752f44ad2fa030943a3978f5080152 Size (SpeedTouch330_firmware_3012.zip) = 769125 bytes -SHA1 (patch-aa) = 65102f1f6ee9839003765538d83a34472d9804e7 +SHA1 (patch-aa) = e9650d76899382de473f2482b6446373d0a094ce SHA1 (patch-ab) = dd6e17f0ad153cbe57055ff843467617dae0c311 SHA1 (patch-ac) = 38988d90e2827dddff0d52b1bf8c987574a96cf8 -SHA1 (patch-ad) = 14cb77ff43a7df73791920eb883b32805ff25cc9 +SHA1 (patch-ad) = 3ac95473da5c7d0503b519e1ce7f008c1ba3e306 SHA1 (patch-ae) = ef41e43b28ce7b9310d37f6babf36cf22971d664 SHA1 (patch-af) = b944431edede2c289f5d8bfa5feed290ede3ed5d SHA1 (patch-ag) = ff59c7f6de88935905bb87d3ad94fc64276cf3be diff --git a/net/speedtouch/patches/patch-aa b/net/speedtouch/patches/patch-aa index 0399f440374..3db6dbf624d 100644 --- a/net/speedtouch/patches/patch-aa +++ b/net/speedtouch/patches/patch-aa @@ -1,11 +1,12 @@ -$NetBSD: patch-aa,v 1.5 2004/12/23 18:11:18 skrll Exp $ +$NetBSD: patch-aa,v 1.6 2010/03/24 15:36:22 joerg Exp $ ---- doc-bsd/Makefile.in.orig 2004-06-10 17:36:35.000000000 +0100 +--- doc-bsd/Makefile.in.orig 2004-09-29 20:56:31.000000000 +0000 +++ doc-bsd/Makefile.in -@@ -93,7 +93,9 @@ all : +@@ -92,8 +92,9 @@ DIST_FILES = \ + all : install: install-man - @test -d "$(prefix)/etc/rc.d" || $(INSTALL) -c -d "$(prefix)/etc/rc.d" +- @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 diff --git a/net/speedtouch/patches/patch-ad b/net/speedtouch/patches/patch-ad index f49026d544c..db22e5a60b5 100644 --- a/net/speedtouch/patches/patch-ad +++ b/net/speedtouch/patches/patch-ad @@ -1,6 +1,6 @@ -$NetBSD: patch-ad,v 1.3 2004/12/23 18:11:18 skrll Exp $ +$NetBSD: patch-ad,v 1.4 2010/03/24 15:36:22 joerg Exp $ ---- src/Makefile.in.orig 2004-09-29 21:56:31.000000000 +0100 +--- src/Makefile.in.orig 2004-09-29 20:56:31.000000000 +0000 +++ src/Makefile.in @@ -114,19 +114,19 @@ all: ${make_bindir} @@ -25,3 +25,11 @@ $NetBSD: patch-ad,v 1.3 2004/12/23 18:11:18 skrll Exp $ chmod a+x $@.tmp mv $@.tmp $@ +@@ -188,7 +188,6 @@ install: + $(INSTALL) -m 0755 speedtouch-setup "$(bindir)" + $(INSTALL) -m 0755 speedtouch-start "$(bindir)" + $(INSTALL) -m 0755 speedtouch-stop "$(bindir)" +- $(INSTALL) -d "$(sysconfdir)/speedtouch" + + uninstall: + $(RM) "$(bindir)/speedtouch-setup" |