diff options
author | pav <pav@FreeBSD.org> | 2005-07-12 20:14:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-12 20:14:44 +0800 |
commit | ee35898a053b7d5e80e8d570ec133ffb2ed2052f (patch) | |
tree | 6df0c62bb779134f77d14c6a946072e22ad00cc7 /games | |
parent | 394aa21c023580f36ff7e8751b56886a1cb1a61b (diff) | |
download | freebsd-ports-gnome-ee35898a053b7d5e80e8d570ec133ffb2ed2052f.tar.gz freebsd-ports-gnome-ee35898a053b7d5e80e8d570ec133ffb2ed2052f.tar.zst freebsd-ports-gnome-ee35898a053b7d5e80e8d570ec133ffb2ed2052f.zip |
- Fix MASTER_SITES
PR: ports/83268
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/bugsquish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bugsquish/Makefile b/games/bugsquish/Makefile index 5070094d538a..62a72149b8a5 100644 --- a/games/bugsquish/Makefile +++ b/games/bugsquish/Makefile @@ -8,7 +8,7 @@ PORTNAME= bugsquish PORTVERSION= 0.0.6 CATEGORIES= games -MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/bugsquish/src/ +MASTER_SITES= ftp://ftp.billsgames.com/unix/x/bugsquish/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Bug-squishing, fly-swatting action |