diff options
-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 |