From 7407f5dee6cbe2b7ec836e002fd9077bcfccfb38 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 1 Apr 2003 10:44:26 +0000 Subject: kind of reroll, removed line was: [/usr/ports/games/eights] root@k7>diff -b eights/eights.c eights.c.new 8,9d7 < #define debug < Noticed on: bento --- games/eights/Makefile | 2 +- games/eights/distinfo | 2 +- games/eights/files/patch-eights.c | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 games/eights/files/patch-eights.c (limited to 'games/eights') diff --git a/games/eights/Makefile b/games/eights/Makefile index 294729379444..89f81a4a3ec7 100644 --- a/games/eights/Makefile +++ b/games/eights/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= bob@fly.homeunix.org COMMENT= Text based card game, the objective is to get rid of all your cards -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR} do-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} diff --git a/games/eights/distinfo b/games/eights/distinfo index 0e9098174b81..510ef68d29c6 100644 --- a/games/eights/distinfo +++ b/games/eights/distinfo @@ -1 +1 @@ -MD5 (eights.tar.gz) = 66a2158343556d0adc26b7b038dcb58d +MD5 (eights.tar.gz) = 4be965e5563ab949c59e18b7c09fd61a diff --git a/games/eights/files/patch-eights.c b/games/eights/files/patch-eights.c new file mode 100644 index 000000000000..51aac5ea1aa7 --- /dev/null +++ b/games/eights/files/patch-eights.c @@ -0,0 +1,11 @@ +--- eights.c Sun Nov 10 08:50:52 2002 ++++ eights.c Sat May 20 12:36:22 2000 +@@ -5,6 +5,8 @@ + #include + #include + ++#define debug ++ + #ifdef DEBUG + #undef debug + #define debug printf -- cgit v1.2.3