diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-27 14:10:04 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-27 14:10:04 +0000 |
commit | dcd8958ac7c81cd7e34539345188284e03faaf4a (patch) | |
tree | f9840e97d34fe277f97d273b0f22a2ea4a5d36ca /games | |
parent | Fix MASTER_SITES (diff) |
Fix MASTER_SITES
PR: 26117
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=40446
Diffstat (limited to 'games')
-rw-r--r-- | games/blue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blue/Makefile b/games/blue/Makefile index 298ca1a55754..e575cfa6175a 100644 --- a/games/blue/Makefile +++ b/games/blue/Makefile @@ -8,7 +8,7 @@ PORTNAME= blue PORTVERSION= 2.4 CATEGORIES= games -MASTER_SITES= http://www.tuxedo.org/~esr/ +MASTER_SITES= http://www.tuxedo.org/~esr/blue/ MAINTAINER= ports@FreeBSD.org |