diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-21 20:41:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-21 20:41:33 +0000 |
commit | 23ac2035b951ec8a0eaa2e05ea5626f0f3a8511c (patch) | |
tree | b7c24b483a79e44fb1b7085a28da5450b707cf24 /games/shootingstar | |
parent | 41e5245811885d7f12ba54fb56f717ba3639770c (diff) |
Notes
Diffstat (limited to 'games/shootingstar')
-rw-r--r-- | games/shootingstar/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/shootingstar/Makefile b/games/shootingstar/Makefile index 9fe2e0bb0869..b24e25b8fc0b 100644 --- a/games/shootingstar/Makefile +++ b/games/shootingstar/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: shootingstar # Date created: 20 Nov 2005 -# Whom: Dmitry Marakasov <amdmi3@mail.ru> +# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> # # $FreeBSD$ # @@ -9,9 +9,10 @@ PORTNAME= shootingstar PORTVERSION= 1.2.0 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.2ndpoint.fi/projektit.xml/shootingstar/files/ +MASTER_SITES= http://www.2ndpoint.fi/projektit.xml/shootingstar/files/ \ + http://www.amdmi3.ru/distfiles/ -MAINTAINER= amdmi3@mail.ru +MAINTAINER= amdmi3@amdmi3.ru COMMENT= SDL/OpenGL top-down shooter GNU_CONFIGURE= yes |