diff options
author | Tom Hukins <tom@FreeBSD.org> | 2003-09-23 19:01:01 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2003-09-23 19:01:01 +0000 |
commit | 691a5859f45dac71230743dd6542ad0f151e5220 (patch) | |
tree | da67f0338fada323f71e7374f3d5ca824559e7e7 /games | |
parent | Update to fix vulnerability in proftpd (diff) |
Remove a MASTER_SITE with a corrupt DISTFILE as reported by bento.
Diffstat (limited to 'games')
-rw-r--r-- | games/cube/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/cube/Makefile b/games/cube/Makefile index a8d907793754..6142ba215350 100644 --- a/games/cube/Makefile +++ b/games/cube/Makefile @@ -8,8 +8,7 @@ PORTNAME= cube PORTVERSION= 2002.10.20 CATEGORIES= games -MASTER_SITES= http://ludo.uib.no/cube/ \ - http://tunes.org/~eihrul/ \ +MASTER_SITES= http://tunes.org/~eihrul/ \ http://www.idi.ntnu.no/~jonasf/cube/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/:S/./_/} |