diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-09-09 13:32:13 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-09-09 13:32:13 +0000 |
commit | 96a58e88e708763364c960fe31b9b8df079cacbf (patch) | |
tree | 4c5bc8a19c751fae39cbeedba1f6a70e655710dc /games/blockout | |
parent | c9942529ee397661c911cedc7669bfe8ab9f945e (diff) |
Notes
Diffstat (limited to 'games/blockout')
-rw-r--r-- | games/blockout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/blockout/Makefile b/games/blockout/Makefile index f7a0c29e177e..c010da2eff94 100644 --- a/games/blockout/Makefile +++ b/games/blockout/Makefile @@ -8,8 +8,8 @@ PORTNAME= blockout PORTVERSION= 2.4 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= blockout +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/BlockOut%20${PORTVERSION}/ \ + http://www.stasyan.com/devel/distfiles/ DISTNAME= bl24-src-linux-i586 MAINTAINER= stast@bsdportal.ru |