diff options
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 |