pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/jetpack Honour DESTDIR for creating the share/je...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/933a523dc132
branches:  trunk
changeset: 570546:933a523dc132
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 31 21:45:30 2010 +0000

description:
Honour DESTDIR for creating the share/jetpack directory.

diffstat:

 games/jetpack/distinfo         |  4 ++--
 games/jetpack/patches/patch-ac |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 4ad238c46b61 -r 933a523dc132 games/jetpack/distinfo
--- a/games/jetpack/distinfo    Sun Jan 31 21:39:07 2010 +0000
+++ b/games/jetpack/distinfo    Sun Jan 31 21:45:30 2010 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 23:11:59 agc Exp $
+$NetBSD: distinfo,v 1.4 2010/01/31 21:45:30 joerg Exp $
 
 SHA1 (jetpack.tar.Z) = 7898a971eed7a03e9e390c83d0365584f74dabc7
 RMD160 (jetpack.tar.Z) = 2454cef72849f8f644ac6600ad84b3bebd39f8cf
 Size (jetpack.tar.Z) = 70621 bytes
 SHA1 (patch-aa) = f601182dd4e08eeacddc1a25775de0a3c5e264f1
 SHA1 (patch-ab) = 206f2b078e4539950bb497e378e121f8692fec2a
-SHA1 (patch-ac) = 9a71f168173b5eba9fd9a46f0329ad89e7f278a2
+SHA1 (patch-ac) = ea31ff1e6a8f3e8162178a1f2f156bc06550873e
 SHA1 (patch-ad) = f64494ec70fade9d203ab8dbc2795b94f9ecb7e7
 SHA1 (patch-ae) = ab6e97d8115912bbf58dbcc9aa1a7f3b4c8e61ae
 SHA1 (patch-af) = 18001768aed8d316622041ccce2bb07fca7b0e29
diff -r 4ad238c46b61 -r 933a523dc132 games/jetpack/patches/patch-ac
--- a/games/jetpack/patches/patch-ac    Sun Jan 31 21:39:07 2010 +0000
+++ b/games/jetpack/patches/patch-ac    Sun Jan 31 21:45:30 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.2 1998/09/13 22:31:33 garbled Exp $
+$NetBSD: patch-ac,v 1.3 2010/01/31 21:45:30 joerg Exp $
 --- Imakefile.orig     Sun Mar 29 12:41:25 1992
 +++ Imakefile  Sun Sep 13 15:08:51 1998
 @@ -1,54 +1,53 @@
@@ -70,7 +70,7 @@
  
 -InstallNonExec(levels/000,$(LEVELFILE)000)
 +install::
-+      MakeDir($(LIBDIR))
++      MakeDir(${DESTDIR}$(LIBDIR))
  
 -# oops, I can't figure how to override the template default to install the
 -# man page as jetpack.1, so I install both and remove the bad one.



Home | Main Index | Thread Index | Old Index