diff options
Diffstat (limited to 'games/netris/files')
-rw-r--r-- | games/netris/files/patch-aa | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/netris/files/patch-aa b/games/netris/files/patch-aa index ab1a24eaca04..cc2b7113aeac 100644 --- a/games/netris/files/patch-aa +++ b/games/netris/files/patch-aa @@ -1,5 +1,5 @@ -*** Configure.orig Sat Feb 10 04:41:40 1996 ---- Configure Thu Aug 1 02:16:34 1996 +*** Configure.orig Sat Feb 10 02:41:40 1996 +--- Configure Mon Jun 9 21:04:51 1997 *************** *** 159,167 **** --- 159,170 ---- @@ -17,13 +17,14 @@ *************** *** 217,222 **** ---- 220,228 ---- +--- 220,229 ---- cleandir: clean rm -f .depend Makefile config.h + + install: + install -o bin -g bin -s -m 755 $(PROG) $(DESTDIR) ++ install -o bin -g bin -s -m 755 sr $(DESTDIR) ##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend ##### END |