diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-06-12 19:50:51 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-06-12 19:50:51 +0000 |
commit | e9135ab7801bcced198018f56914ce8a83443e1f (patch) | |
tree | c3790376460ee578be09cb0ba902dfb0ee665c06 /games/pongix | |
parent | 8387bf5b1ad60b81fe40020878b2d90858e2ae34 (diff) |
- Fix MASTERSITES.
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=235663
Diffstat (limited to 'games/pongix')
-rw-r--r-- | games/pongix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pongix/Makefile b/games/pongix/Makefile index af53cd53e872..60f2d3173541 100644 --- a/games/pongix/Makefile +++ b/games/pongix/Makefile @@ -9,7 +9,7 @@ PORTNAME= pongix PORTVERSION= 0.4 PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= http://www.losersjuegos.com.ar/juegos/pongix/descargas/ +MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/pongix/descargas/ MAINTAINER= acm@FreeBSD.org COMMENT= Free pong-like game |