diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-21 02:20:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-21 02:20:28 +0000 |
commit | f7b0a9d37736e3d472db7eb063b5e16ff9d2ab71 (patch) | |
tree | 46bc0caab6192b3add2b61ee0f2216815dba8eb5 /games/hex-a-hop | |
parent | 33a55ba52fb135d16dd3b31f7809f143139ce47c (diff) |
Notes
Diffstat (limited to 'games/hex-a-hop')
-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 |