diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-15 16:07:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-15 16:07:27 +0000 |
commit | e67fb807d389ac90cb2cfdc4b2b7a59c5053af91 (patch) | |
tree | 55506c15110e530292129b5c957f103ba1089513 | |
parent | aab97f7eb432b809ec3e8a8b97d418715550e10d (diff) | |
download | pkgsrc-e67fb807d389ac90cb2cfdc4b2b7a59c5053af91.tar.gz |
Do not try to create the highscore file in the home directory of the user,
it might not exist and is not really wanted at this point.
-rw-r--r-- | games/moon-buggy/distinfo | 3 | ||||
-rw-r--r-- | games/moon-buggy/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/games/moon-buggy/distinfo b/games/moon-buggy/distinfo index 3cf2af156ce..828423c510a 100644 --- a/games/moon-buggy/distinfo +++ b/games/moon-buggy/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/05/18 17:38:31 rillig Exp $ +$NetBSD: distinfo,v 1.2 2010/02/15 16:07:27 joerg Exp $ SHA1 (moon-buggy-1.0.tar.gz) = 82dc1d504b4f81aa54d3d57837a03d17b5624a86 RMD160 (moon-buggy-1.0.tar.gz) = 42c00d854c7a1b19f64721f124942ae73c62a01f Size (moon-buggy-1.0.tar.gz) = 259734 bytes +SHA1 (patch-aa) = 7b017fcb8236bec22fabe2187ea57dd5352ea3e8 diff --git a/games/moon-buggy/patches/patch-aa b/games/moon-buggy/patches/patch-aa new file mode 100644 index 00000000000..e04179e45a7 --- /dev/null +++ b/games/moon-buggy/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2010/02/15 16:07:27 joerg Exp $ + +--- Makefile.in.orig 2010-02-15 16:00:11.000000000 +0000 ++++ Makefile.in +@@ -857,7 +857,6 @@ install-data-hook: + || chmod 664 "$(DESTDIR)$(scoredir)/mbscore" ; } \ + && chmod 575 "$(DESTDIR)$(scoredir)" ; \ + fi +- $(DESTDIR)$(bindir)/moon-buggy -c + + uninstall-local: + rm -f $(DESTDIR)$(scoredir)/mbscore |