diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 10:11:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 10:11:38 +0800 |
commit | f87292c9fc528eedefd8a8e5d941d599c7b1fb33 (patch) | |
tree | 210cf4083022b60f6a66a34827fd70e762a9c846 /games | |
parent | 41da314b439879acdabf9278b4c60c47e9d48d51 (diff) | |
download | freebsd-ports-gnome-f87292c9fc528eedefd8a8e5d941d599c7b1fb33.tar.gz freebsd-ports-gnome-f87292c9fc528eedefd8a8e5d941d599c7b1fb33.tar.zst freebsd-ports-gnome-f87292c9fc528eedefd8a8e5d941d599c7b1fb33.zip |
Make this port reinstall friendly.
Diffstat (limited to 'games')
-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 |