summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-28 02:11:38 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-28 02:11:38 +0000
commit643814f6fea8fafb697868a32b8eaaf1a0a323ff (patch)
tree3203b68d4b3b94a1ba2f8c64c6a484566f1ad172 /games
parentUse MANCOMPRESSED to warn bsd.port.mk that the manpage is not (diff)
Make this port reinstall friendly.
Notes
Notes: svn path=/head/; revision=13491
Diffstat (limited to 'games')
-rw-r--r--games/netris/files/patch-aa56
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