View | Details | Raw Unified | Return to bug 8946
Collapse All | Expand All

(-)ports/games/netris/patches/patch-aa (-3 / +3 lines)
Lines 1-5 Link Here
1
--- Configure.orig	Sat Feb 10 04:41:40 1996
1
--- Configure.orig	Sat Feb 10 02:41:40 1996
2
+++ Configure	Sun Sep 27 18:49:59 1998
2
+++ Configure	Wed Dec  2 20:38:49 1998
3
@@ -159,9 +159,12 @@
3
@@ -159,9 +159,12 @@
4
 PROG = netris
4
 PROG = netris
5
 HEADERS = netris.h
5
 HEADERS = netris.h
Lines 20-26 Link Here
20
+
20
+
21
+install:
21
+install:
22
+	install -c -o bin -g bin -s -m 755 $(PROG) $(DESTDIR)
22
+	install -c -o bin -g bin -s -m 755 $(PROG) $(DESTDIR)
23
+	install -c -o bin -g bin -s -m 755 sr $(DESTDIR)
23
+	install -c -o bin -g bin -s -m 755 netrissr $(DESTDIR)
24
 
24
 
25
 ##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend #####
25
 ##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend #####
26
 END
26
 END

Return to bug 8946