diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2005-12-16 12:31:02 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2005-12-16 12:31:02 +0000 |
commit | 9d850bfbfbdf14aee35a28d21a01c999f5176bda (patch) | |
tree | 1035dcc1dbe9b21f78ccb3101c7407288d63942b /games/x3eyes | |
parent | 5cc24377fa5819ebb7f15a05f9bfc21f9ba1efe3 (diff) |
- Fix MASTER_SITES; was unfetchable since 2004
PR: 90458
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: clement (mentor)
Notes
Notes:
svn path=/head/; revision=151314
Diffstat (limited to 'games/x3eyes')
-rw-r--r-- | games/x3eyes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/x3eyes/Makefile b/games/x3eyes/Makefile index 614da6adcad2..5af026ba4d13 100644 --- a/games/x3eyes/Makefile +++ b/games/x3eyes/Makefile @@ -8,7 +8,7 @@ PORTNAME= x3eyes PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= http://puma.cis.ibaraki.ac.jp/pub/X11/ +MASTER_SITES= http://www55.tok2.com/home/hym/pub/X11/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org |