summaryrefslogtreecommitdiff
path: root/games/seahaven/files/patch-aa
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1999-01-28 04:25:48 +0000
committerWarner Losh <imp@FreeBSD.org>1999-01-28 04:25:48 +0000
commitdc691c41bd8eeeef851595f336e37864228cbe16 (patch)
treecc56b2917beca6a032487aafc0689d349e538d07 /games/seahaven/files/patch-aa
parentUpdate MASTER_SITE, add URL to pkg/DESCR. (diff)
Update to version 1.41.
Found by: Satoshi's build script
Notes
Notes: svn path=/head/; revision=16395
Diffstat (limited to '')
-rw-r--r--games/seahaven/files/patch-aa48
1 files changed, 0 insertions, 48 deletions
diff --git a/games/seahaven/files/patch-aa b/games/seahaven/files/patch-aa
deleted file mode 100644
index c9a082a104a8..000000000000
--- a/games/seahaven/files/patch-aa
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -ru Makefile seahaven-1.04/Makefile
---- Makefile Tue Dec 22 11:07:19 1998
-+++ seahaven-1.04/Makefile Wed Dec 23 14:00:23 1998
-@@ -13,6 +13,8 @@
-
- OBJECTS = $(CXXFILES:.C=.o)
-
-+all: $(PROGRAM)
-+
- $(PROGRAM) : $(OBJECTS)
- $(CXX) $(CXXFLAGS) -o $(PROGRAM) $(OBJECTS) $(LIBS) $(LDLIBS)
-
-@@ -39,11 +41,11 @@
-
- install: $(PROGRAM)
- $(INSTALL) -s $(PROGRAM) $(bindir)/$(PROGRAM)
-- $(INSTALL) $(PROGRAM).$(MANPAGE) /usr/man/man$(MANPAGE)/$(PROGRAM).$(MANPAGE)
-+ $(INSTALL) $(PROGRAM).$(MANPAGE) $(mandir)/man$(MANPAGE)/$(PROGRAM).$(MANPAGE)
-
- uninstall:
- -@ rm -f $(bindir)/$(PROGRAM)
-- -@ rm -f /usr/man/man$(MANPAGE)/$(PROGRAM).$(MANPAGE)
-+ -@ rm -f $(mandir)/man$(MANPAGE)/$(PROGRAM).$(MANPAGE)
-
- dist:
- cat /dev/null > makedepend
-diff -ru makeinclude.in seahaven-1.04/makeinclude.in
---- makeinclude.in Wed Nov 18 12:11:30 1998
-+++ seahaven-1.04/makeinclude.in Wed Dec 23 13:59:49 1998
-@@ -3,6 +3,7 @@
- prefix =@prefix@
- exec_prefix =@exec_prefix@
- bindir =@bindir@
-+mandir =@mandir@
- includedir =@includedir@
- libdir =@libdir@
- srcdir =@srcdir@
-diff -ru stack.C seahaven-1.04/stack.C
---- stack.C Thu Nov 19 23:59:27 1998
-+++ seahaven-1.04/stack.C Wed Dec 23 13:58:55 1998
-@@ -10,7 +10,6 @@
-
- #include <sys/time.h> // For time()
- #include <math.h> // For random()
--#include <malloc.h>
- #include <stdlib.h>
- #include <X11/cursorfont.h>
-