aboutsummaryrefslogtreecommitdiffstats
path: root/games/vitetris/files/patch-Makefile
blob: ca426f475f0586230390f617c73f4fa3be961025 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Makefile.orig   2009-06-18 01:46:00.000000000 +0200
+++ Makefile    2009-07-14 17:55:52.000000000 +0200
@@ -1,11 +1,11 @@
 include config.mk
 
-PROGNAME = tetris$(EXE)
+PROGNAME = vitetris$(EXE)
 
 # Uncomment to change the default.  (Only used in Unix-like systems.)
-#HISCORE_FILENAME = /var/games/vitetris-hiscores
+HISCORE_FILENAME = /var/games/vitetris-hiscores
 
-INSTALL = install -oroot -groot
+INSTALL = install -oroot -gwheel
 
 default: build
    @echo Done.