diff options
Diffstat (limited to 'games/ttt/Makefile')
-rw-r--r-- | games/ttt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/ttt/Makefile b/games/ttt/Makefile index 0865a269fe7a..53ad625ae902 100644 --- a/games/ttt/Makefile +++ b/games/ttt/Makefile @@ -6,13 +6,12 @@ PORTVERSION= 2011.04 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/ttt/ \ - ftp://ftp.billsgames.com/unix/x/ttt/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Simple one or two player Tic Tac Toe game LICENSE= GPLv2 @@ -26,7 +25,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= README - OPTIONS_DEFINE= DOCS SUB_FILES= ${PORTNAME} |