diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-31 07:19:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-31 07:19:32 +0800 |
commit | 1c38bf19af4bdf7db2d5427556aab8ef6e1142f5 (patch) | |
tree | 57b2ad0d544c9265d66fc1bf94e997e2fc27cf16 /games | |
parent | e429de60ceb4f7c07565d2a72ee88d06a75d69d7 (diff) | |
download | freebsd-ports-gnome-1c38bf19af4bdf7db2d5427556aab8ef6e1142f5.tar.gz freebsd-ports-gnome-1c38bf19af4bdf7db2d5427556aab8ef6e1142f5.tar.zst freebsd-ports-gnome-1c38bf19af4bdf7db2d5427556aab8ef6e1142f5.zip |
- Add backup MASTER_SITES
PR: 97750
Submitted by: miwi
Approved by: maintainer timeout
Diffstat (limited to 'games')
-rw-r--r-- | games/xwelltris/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xwelltris/Makefile b/games/xwelltris/Makefile index 43af05768f93..8d8cbfad6755 100644 --- a/games/xwelltris/Makefile +++ b/games/xwelltris/Makefile @@ -8,7 +8,8 @@ PORTNAME= xwelltris PORTVERSION= 1.0.1 CATEGORIES= games -MASTER_SITES= http://www.xnc.dubna.su/xwelltris/src/ +MASTER_SITES= http://www.xnc.dubna.su/xwelltris/src/ \ + http://freebsd.unixfreunde.de/sources/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= lev@FreeBSD.org |