diff options
author | Warner Losh <imp@FreeBSD.org> | 1999-01-28 04:25:48 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 1999-01-28 04:25:48 +0000 |
commit | dc691c41bd8eeeef851595f336e37864228cbe16 (patch) | |
tree | cc56b2917beca6a032487aafc0689d349e538d07 /games/seahaven | |
parent | Update 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 'games/seahaven')
-rw-r--r-- | games/seahaven/Makefile | 4 | ||||
-rw-r--r-- | games/seahaven/distinfo | 2 | ||||
-rw-r--r-- | games/seahaven/files/patch-aa | 48 |
3 files changed, 3 insertions, 51 deletions
diff --git a/games/seahaven/Makefile b/games/seahaven/Makefile index 81c1631b4f7d..dc1b131d9fac 100644 --- a/games/seahaven/Makefile +++ b/games/seahaven/Makefile @@ -3,10 +3,10 @@ # Date created: 23 Dec 1998 # Whom: imp # -# $Id: Makefile,v 1.2 1998/12/26 21:38:43 asami Exp $ +# $Id: Makefile,v 1.3 1998/12/28 17:40:02 imp Exp $ # -DISTNAME= seahaven-1.04 +DISTNAME= seahaven-1.41 CATEGORIES= games MASTER_SITES= http://www.cinenet.net/users/spitzak/seahaven/ EXTRACT_SUFX= .tgz diff --git a/games/seahaven/distinfo b/games/seahaven/distinfo index 088894a2b5d1..913cbc4a5936 100644 --- a/games/seahaven/distinfo +++ b/games/seahaven/distinfo @@ -1 +1 @@ -MD5 (seahaven-1.04.tgz) = 8af5313ea9b27161acd6861772d1e4e8 +MD5 (seahaven-1.41.tgz) = 57018678eb41daf6cb3f50fc41edd69b 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> - |