diff options
author | sem <sem@FreeBSD.org> | 2005-04-20 20:31:55 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-04-20 20:31:55 +0800 |
commit | a2ff4a18bddafb92209bc694253cd4a67309c5ca (patch) | |
tree | f026de832507a9fb979bbf910975baa8b61594fb /games/3dpong | |
parent | 28c2fa0314a7a6bd94f89c127b30529fb58e1186 (diff) | |
download | freebsd-ports-gnome-a2ff4a18bddafb92209bc694253cd4a67309c5ca.tar.gz freebsd-ports-gnome-a2ff4a18bddafb92209bc694253cd4a67309c5ca.tar.zst freebsd-ports-gnome-a2ff4a18bddafb92209bc694253cd4a67309c5ca.zip |
- fetch URL has changed. fix it.
PR: ports/80139
Submitted by: Andrej Zverev <az@inec.ru>
Diffstat (limited to 'games/3dpong')
-rw-r--r-- | games/3dpong/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/3dpong/Makefile b/games/3dpong/Makefile index d42fdc1d3ae0..de2efd550755 100644 --- a/games/3dpong/Makefile +++ b/games/3dpong/Makefile @@ -8,7 +8,7 @@ PORTNAME= 3dpong PORTVERSION= 0.5 CATEGORIES= games -MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/3dpong/src/ +MASTER_SITES= ftp://ftp.billsgames.com/unix/x/3dpong/src/ MAINTAINER= ports@FreeBSD.org COMMENT= X Window 3D Pong game for 1 or 2 players with a ball and paddles |