diff options
author | nork <nork@FreeBSD.org> | 2003-02-02 22:04:29 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-02 22:04:29 +0800 |
commit | 12a61ce36cc8fa377513d131c991827e637b8456 (patch) | |
tree | a1035767f86f39862a3dca86fa47d34d5482a5bd /games/gemdropx | |
parent | e8c172c32fd34387e02e97b04aeb8048a8ef33e3 (diff) | |
download | freebsd-ports-gnome-12a61ce36cc8fa377513d131c991827e637b8456.tar.gz freebsd-ports-gnome-12a61ce36cc8fa377513d131c991827e637b8456.tar.zst freebsd-ports-gnome-12a61ce36cc8fa377513d131c991827e637b8456.zip |
Fix MASTER_SITES.
PR: ports/47740
Submitted by: Ports Fury
Diffstat (limited to 'games/gemdropx')
-rw-r--r-- | games/gemdropx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index 33244642f11c..2bdf4f2c9a76 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -8,7 +8,8 @@ PORTNAME= gemdropx PORTVERSION= 0.9 CATEGORIES= games -MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/ +MASTER_SITES= http://www.nbswebfx.com/downloads/ \ + ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx MAINTAINER= ports@FreeBSD.org |