diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:11:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:11:38 +0000 |
commit | 643814f6fea8fafb697868a32b8eaaf1a0a323ff (patch) | |
tree | 3203b68d4b3b94a1ba2f8c64c6a484566f1ad172 /games/netris | |
parent | 47db41b40d2306e778b91a9d80710bf9c6161749 (diff) | |
download | ports-643814f6fea8fafb697868a32b8eaaf1a0a323ff.tar.gz ports-643814f6fea8fafb697868a32b8eaaf1a0a323ff.zip |
Notes
Diffstat (limited to 'games/netris')
-rw-r--r-- | games/netris/files/patch-aa | 56 |
1 files changed, 26 insertions, 30 deletions
diff --git a/games/netris/files/patch-aa b/games/netris/files/patch-aa index cc2b7113aeac..0060bcfdc022 100644 --- a/games/netris/files/patch-aa +++ b/games/netris/files/patch-aa @@ -1,30 +1,26 @@ -*** Configure.orig Sat Feb 10 02:41:40 1996 ---- Configure Mon Jun 9 21:04:51 1997 -*************** -*** 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,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 +--- Configure.orig Sat Feb 10 04:41:40 1996 ++++ Configure Sun Sep 27 18:49:59 1998 +@@ -159,9 +159,12 @@ + 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,6 +220,10 @@ + + cleandir: clean + rm -f .depend Makefile config.h ++ ++install: ++ install -c -o bin -g bin -s -m 755 $(PROG) $(DESTDIR) ++ install -c -o bin -g bin -s -m 755 sr $(DESTDIR) + + ##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend ##### + END |