diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-22 04:41:33 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-22 04:41:33 +0800 |
commit | 23ac2035b951ec8a0eaa2e05ea5626f0f3a8511c (patch) | |
tree | b7c24b483a79e44fb1b7085a28da5450b707cf24 /games/sdb/Makefile | |
parent | 41e5245811885d7f12ba54fb56f717ba3639770c (diff) | |
download | freebsd-ports-gnome-23ac2035b951ec8a0eaa2e05ea5626f0f3a8511c.tar.gz freebsd-ports-gnome-23ac2035b951ec8a0eaa2e05ea5626f0f3a8511c.tar.zst freebsd-ports-gnome-23ac2035b951ec8a0eaa2e05ea5626f0f3a8511c.zip |
[MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Diffstat (limited to 'games/sdb/Makefile')
-rw-r--r-- | games/sdb/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/sdb/Makefile b/games/sdb/Makefile index bbc80e67826a..507162733e6d 100644 --- a/games/sdb/Makefile +++ b/games/sdb/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: sdb # Date created: 08 Sep 2005 -# Whom: Dmitry Marakasov <amdmi3@mail.ru> +# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> # # $FreeBSD$ # @@ -9,9 +9,10 @@ PORTNAME= sdb PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://sdb.gamecreation.org/ +MASTER_SITES= http://sdb.gamecreation.org/ \ + http://www.amdmi3.ru/distfiles/ -MAINTAINER= amdmi3@mail.ru +MAINTAINER= amdmi3@amdmi3.ru COMMENT= Futuristic overhead shooter USE_X_PREFIX= yes |