diff options
-rw-r--r-- | games/tt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/tt/Makefile b/games/tt/Makefile index a874d77930d6..30be83474cba 100644 --- a/games/tt/Makefile +++ b/games/tt/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: tt -# Date created: 11 Sent 2003 +# Date created: 11 Sep 2003 # Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> # # $FreeBSD$ @@ -8,7 +8,8 @@ PORTNAME= tt PORTVERSION= 15.0 CATEGORIES= games -MASTER_SITES= http://www.miketaylor.org.uk/tech/tt/ +MASTER_SITES= http://www.miketaylor.org.uk/tech/tt/ \ + http://freebsd.nsu.ru/distfiles/ MAINTAINER= danfe@FreeBSD.org COMMENT= Tetris for Terminals |