diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-01 18:44:26 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-01 18:44:26 +0800 |
commit | 4d0c4776a358418b9873a5d4a43d61abc5a9a469 (patch) | |
tree | 8026bc17f4d51f2e541840c8f5a24ea00979cb42 /games/eights/Makefile | |
parent | 099a687479bdd37f28a00172bf75b08a0e3dc3a2 (diff) | |
download | freebsd-ports-gnome-4d0c4776a358418b9873a5d4a43d61abc5a9a469.tar.gz freebsd-ports-gnome-4d0c4776a358418b9873a5d4a43d61abc5a9a469.tar.zst freebsd-ports-gnome-4d0c4776a358418b9873a5d4a43d61abc5a9a469.zip |
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
Diffstat (limited to 'games/eights/Makefile')
-rw-r--r-- | games/eights/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |