diff options
author | joerg <joerg> | 2010-01-31 21:45:30 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-31 21:45:30 +0000 |
commit | f319eced249163f1214e06856a772bc54b1ecec7 (patch) | |
tree | d3ba09dd1b7c157bb34b0b9d3d0e6a4ff0cdb4e0 /games/jetpack | |
parent | f2dc3cfd043392b80aea18b7082d0792c12a7f98 (diff) | |
download | pkgsrc-f319eced249163f1214e06856a772bc54b1ecec7.tar.gz |
Honour DESTDIR for creating the share/jetpack directory.
Diffstat (limited to 'games/jetpack')
-rw-r--r-- | games/jetpack/distinfo | 4 | ||||
-rw-r--r-- | games/jetpack/patches/patch-ac | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/jetpack/distinfo b/games/jetpack/distinfo index f58ffd3da00..3d259cf1aa3 100644 --- a/games/jetpack/distinfo +++ b/games/jetpack/distinfo @@ -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 --git a/games/jetpack/patches/patch-ac b/games/jetpack/patches/patch-ac index 974f0731ad5..5f39330669c 100644 --- a/games/jetpack/patches/patch-ac +++ b/games/jetpack/patches/patch-ac @@ -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 @@ $NetBSD: patch-ac,v 1.2 1998/09/13 22:31:33 garbled Exp $ -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. |