diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-03 00:08:37 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-03 00:08:37 +0000 |
commit | 2126397c856cbbf898997117c2dfe1591e80e6be (patch) | |
tree | d2abeaeab6816af945a793bfbef4db572ffffee2 /games | |
parent | 2a2698db3df0aa845e946d07d0eeb06ae9e2d88b (diff) | |
download | ports-2126397c856cbbf898997117c2dfe1591e80e6be.tar.gz ports-2126397c856cbbf898997117c2dfe1591e80e6be.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/arkanoidsb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/arkanoidsb/Makefile b/games/arkanoidsb/Makefile index 71f9b4da2095..619cc96b1610 100644 --- a/games/arkanoidsb/Makefile +++ b/games/arkanoidsb/Makefile @@ -5,13 +5,11 @@ PORTNAME= arkanoidsb PORTVERSION= 1.3.2.10 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.wegroup.org/downloads/ +MASTER_SITES= http://www.tinyorange.com/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Arkanoid and space game -BROKEN= unfetchable - WRKSRC= ${WRKDIR}/${PORTNAME} USES= tar:bzip2 |