From 643814f6fea8fafb697868a32b8eaaf1a0a323ff Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 28 Sep 1998 02:11:38 +0000 Subject: Make this port reinstall friendly. --- games/netris/files/patch-aa | 56 +++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 30 deletions(-) (limited to 'games/netris/files/patch-aa') 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 -- cgit v1.2.3