pkgsrc/games/lbreakout2/patches/patch-aa
joerg ce2670dcfb Honour VARBASE and use config file framework for the high score file.
Use INSTALL to inform the user of the changed location. Bump revision.
Discussed with jlam@
2006-06-21 16:00:57 +00:00

15 lines
489 B
Text

$NetBSD: patch-aa,v 1.3 2006/06/21 16:00:57 joerg Exp $
--- client/Makefile.in.orig 2006-06-21 15:29:55.000000000 +0000
+++ client/Makefile.in
@@ -626,10 +626,6 @@ lbreakout2res.o: win32.ico
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(inst_dir)
- $(mkinstalldirs) $(DESTDIR)$(hi_dir)
- if ! test -f $(DESTDIR)$(hi_dir)/lbreakout2.hscr; then \
- $(INSTALL_DATA) -m 666 empty.hscr $(DESTDIR)$(hi_dir)/lbreakout2.hscr; \
- fi;
uninstall-local:
rm -rf $(DESTDIR)$(inst_dir)