diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-30 23:19:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-30 23:19:32 +0000 |
commit | f06b5fcae0cc64b5bc3b2784b11b33bd60948c15 (patch) | |
tree | d795988e6a2f7fbb7d9aac4114c63bb0c56f1435 /games/xwelltris | |
parent | 1af088db7f671b2d3358a519fee95c2509c4f8c3 (diff) | |
download | freebsd-ports-f06b5fcae0cc64b5bc3b2784b11b33bd60948c15.zip |
- Add backup MASTER_SITES
PR: 97750
Submitted by: miwi
Approved by: maintainer timeout
Diffstat (limited to 'games/xwelltris')
-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 |