diff options
author | danfe <danfe@FreeBSD.org> | 2008-01-12 09:35:11 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-01-12 09:35:11 +0800 |
commit | 77eb9916d2c3f899394ed6151f4528dd78d07193 (patch) | |
tree | 74673c5187575583e848ea3e7e6e9fbc29cc6db1 /games | |
parent | 0612b882c573466d0df604801cf716d6bfd78a2c (diff) | |
download | freebsd-ports-gnome-77eb9916d2c3f899394ed6151f4528dd78d07193.tar.gz freebsd-ports-gnome-77eb9916d2c3f899394ed6151f4528dd78d07193.tar.zst freebsd-ports-gnome-77eb9916d2c3f899394ed6151f4528dd78d07193.zip |
- Add additional mastersite per portlint(1)
- Fix a typo in Makefile header
Diffstat (limited to 'games')
-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 |