diff options
author | mich <mich@FreeBSD.org> | 2005-02-14 12:42:53 +0000 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2005-02-14 12:42:53 +0000 |
commit | a8df821bc8f362e1d73198f65029d22bab7db1f1 (patch) | |
tree | 7f7e2161f44907e38511b2cd7687ebbae0a8e8d9 /games | |
parent | a0822b216954bc222eceb2d6014d0fae873696d5 (diff) | |
download | FreeBSD-ports-a8df821bc8f362e1d73198f65029d22bab7db1f1.zip FreeBSD-ports-a8df821bc8f362e1d73198f65029d22bab7db1f1.tar.gz |
o Change MASTER_SITES as the port was unfetchable
Noticed by: kris
Diffstat (limited to 'games')
-rw-r--r-- | games/braincurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/braincurses/Makefile b/games/braincurses/Makefile index 0adc27c..60f0945 100644 --- a/games/braincurses/Makefile +++ b/games/braincurses/Makefile @@ -9,7 +9,7 @@ PORTNAME= braincurses PORTVERSION= 0.5a CATEGORIES= games -MASTER_SITES= http://uhaweb.hartford.edu/hyland/derr/ +MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org COMMENT= A clone of the Mastermind game |