Fixed borked install rule. (hi joerg)

This commit is contained in:
dholland 2009-11-30 01:01:56 +00:00
parent 5c0a0707bf
commit ef68c239b0
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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 @@ $NetBSD: patch-aa,v 1.2 2007/12/19 18:43:38 joerg Exp $
+ 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