pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/i810switch Fixed borked install rule. (hi joerg)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33327029310d
branches:  trunk
changeset: 567966:33327029310d
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Nov 30 01:01:56 2009 +0000

description:
Fixed borked install rule. (hi joerg)

diffstat:

 sysutils/i810switch/distinfo         |  4 ++--
 sysutils/i810switch/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 99b35a64db59 -r 33327029310d sysutils/i810switch/distinfo
--- a/sysutils/i810switch/distinfo      Mon Nov 30 00:38:47 2009 +0000
+++ b/sysutils/i810switch/distinfo      Mon Nov 30 01:01:56 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2007/12/19 18:43:37 joerg Exp $
+$NetBSD: distinfo,v 1.3 2009/11/30 01:01:56 dholland Exp $
 
 SHA1 (i810switch-0.6.5.tar.gz) = 437adeb38f6530b5e68810fc5ee65fb5adaafd97
 RMD160 (i810switch-0.6.5.tar.gz) = 4acaea0c7c4197cdff30885a51f65cda3d3a6df9
 Size (i810switch-0.6.5.tar.gz) = 24287 bytes
-SHA1 (patch-aa) = 1800d6b690d495a33f99347235c31cd24120ed25
+SHA1 (patch-aa) = 91401a0908fc7298c0c15dd21b8b2d693d291bc7
 SHA1 (patch-ab) = 2f1635cc81e409043a6cd63d0609983428564f68
 SHA1 (patch-ac) = 7fab3fadeaabb34372a63b8bd0b7f10492a7fffe
diff -r 99b35a64db59 -r 33327029310d sysutils/i810switch/patches/patch-aa
--- a/sysutils/i810switch/patches/patch-aa      Mon Nov 30 00:38:47 2009 +0000
+++ b/sysutils/i810switch/patches/patch-aa      Mon Nov 30 01:01:56 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2007/12/19 18:43:38 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2009/11/30 01:01:56 dholland Exp $
 --- Makefile.orig      2003-12-31 09:51:40.000000000 -0500
 +++ Makefile   2006-12-03 23:40:16.000000000 -0500
 @@ -1,7 +1,4 @@
@@ -22,7 +22,7 @@
 +      install -d ${DESTDIR}$(PREFIX)/sbin
 +      install -d ${DESTDIR}$(PREFIX)/man/man1
 +      install i810switch ${DESTDIR}$(PREFIX)/sbin
-+      ln i810switch ${DESTDIR}$(PREFIX)/sbin/i810rotate
++      ln -s i810switch ${DESTDIR}$(PREFIX)/sbin/i810rotate
 +      install i810switch.1.gz i810rotate.1.gz ${DESTDIR}$(PREFIX)/man/man1
 +      gunzip ${DESTDIR}$(PREFIX)/${PKGMANDIR}/man1/i810switch.1.gz
 +      gunzip ${DESTDIR}$(PREFIX)/${PKGMANDIR}/man1/i810rotate.1.gz



Home | Main Index | Thread Index | Old Index