summaryrefslogtreecommitdiff
path: root/games/netris/files/patch-aa
blob: ab1a24eaca04b1f30a9b1a2e87ff6b05649c2f2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
*** Configure.orig	Sat Feb 10 04:41:40 1996
--- Configure	Thu Aug  1 02:16:34 1996
***************
*** 159,167 ****
--- 159,170 ----
  PROG = netris
  HEADERS = netris.h
  
+ PREFIX?=/usr/local
  SRCS = -SRCS-
  OBJS = -OBJS-
  DISTFILES = -DISTFILES-
+ DESTDIR= $(PREFIX)/bin
+ MANDIR=     $(PREFIX)/man
  
  all: Makefile config.h proto.h $(PROG) sr
  
***************
*** 217,222 ****
--- 220,228 ----
  
  cleandir: clean
  	rm -f .depend Makefile config.h
+ 
+ install:
+ 	install -o bin -g bin -s -m 755 $(PROG) $(DESTDIR)
  
  ##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend #####
  END