aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/cosmo/Makefile1
-rw-r--r--games/cosmo/files/patch-aa14
2 files changed, 12 insertions, 3 deletions
diff --git a/games/cosmo/Makefile b/games/cosmo/Makefile
index 31940cb14e63..ff410921120d 100644
--- a/games/cosmo/Makefile
+++ b/games/cosmo/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cosmo
PORTVERSION= 2.0.4
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://taraco.u-aizu.ac.jp/~eiju/cosmo/ \
ftp://ftp.jinr.ru/pub/PD/cosmo/
diff --git a/games/cosmo/files/patch-aa b/games/cosmo/files/patch-aa
index 1d4a0ec0daa7..94a1bf891099 100644
--- a/games/cosmo/files/patch-aa
+++ b/games/cosmo/files/patch-aa
@@ -1,6 +1,6 @@
---- Imakefile.orig Sat May 11 00:06:00 1996
-+++ Imakefile Wed Aug 16 04:24:28 2000
-@@ -1,14 +1,15 @@
+--- Imakefile.orig Sat May 11 16:06:00 1996
++++ Imakefile Wed Oct 18 08:09:08 2000
+@@ -1,21 +1,22 @@
-BINDIR = /usr/local/games
+XCOMM BINDIR = /usr/local/games
PAD = # -DUSE_PAD
@@ -20,6 +20,14 @@
LOCAL_LIBRARIES = $(XLIB)
TAR = /bin/tar
+ SRCS = main.c animation.c cosmo.c ex.c pixmap.c score.c setup.c tiff.c timer.c title.c pad.c
+ OBJS = $(SRCS:.c=.o)
+
+-ComplexProgramTarget(cosmo)
++ComplexProgramTargetNoMan(cosmo)
+
+ hd: hd.c
+ $(CC) -o hd hd.c
@@ -27,11 +28,12 @@
install::