diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-03-21 10:20:28 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-03-21 10:20:28 +0800 |
commit | 126a086d35b5b4b1e587c4e6b749d6b7422771aa (patch) | |
tree | eab6ef6202c004c6fd94c2a003973a72767ea63d /games | |
parent | 0644110c464a114271e5bea9bf34f3a1c1af380b (diff) | |
download | freebsd-ports-gnome-126a086d35b5b4b1e587c4e6b749d6b7422771aa.tar.gz freebsd-ports-gnome-126a086d35b5b4b1e587c4e6b749d6b7422771aa.tar.zst freebsd-ports-gnome-126a086d35b5b4b1e587c4e6b749d6b7422771aa.zip |
Add an addidional MASTER_SITE
Approved by: Jamie Jones <jamie@bishopston.net> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/hex-a-hop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hex-a-hop/Makefile b/games/hex-a-hop/Makefile index 09a475dab92c..a8549a89f31c 100644 --- a/games/hex-a-hop/Makefile +++ b/games/hex-a-hop/Makefile @@ -9,7 +9,8 @@ PORTNAME= hex-a-hop PORTVERSION= 1.0.0 CATEGORIES= games MASTER_SITES= http://ftp.bishopston.net/freebsd/distfiles/ \ - ftp://ftp.bishopston.net/freebsd/distfiles/ + ftp://ftp.bishopston.net/freebsd/distfiles/ \ + http://critical.ch/distfiles/ MAINTAINER= jamie@bishopston.net COMMENT= A puzzle game based on hexagonal tiles |