aboutsummaryrefslogtreecommitdiffstats
path: root/games/cosmo/files
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-10-18 07:15:36 +0800
committernakai <nakai@FreeBSD.org>2000-10-18 07:15:36 +0800
commit49e54ef8a0b77ec084a7a0c2bdb762ed963d1ff6 (patch)
tree3f99dcfa29b277bba0c48b6f7d143b7f80cc0f58 /games/cosmo/files
parent6444bcfc34513d8eee928277fcb1deadf340ddf0 (diff)
downloadfreebsd-ports-gnome-49e54ef8a0b77ec084a7a0c2bdb762ed963d1ff6.tar.gz
freebsd-ports-gnome-49e54ef8a0b77ec084a7a0c2bdb762ed963d1ff6.tar.zst
freebsd-ports-gnome-49e54ef8a0b77ec084a7a0c2bdb762ed963d1ff6.zip
Update patch to use ComplexProgramTargetNoMan().
Diffstat (limited to 'games/cosmo/files')
-rw-r--r--games/cosmo/files/patch-aa14
1 files changed, 11 insertions, 3 deletions
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::