diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-03-27 13:18:20 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-03-27 13:18:20 +0000 |
commit | cf3930b86a6fcb29c9839d984e2c08d9d16c44bc (patch) | |
tree | 471aa0c68565e44acb8f16a5d9cda74f8b56cdf8 /games | |
parent | 2e27a08dd7c38042d5dbe1255bddf5630831e162 (diff) | |
download | FreeBSD-ports-cf3930b86a6fcb29c9839d984e2c08d9d16c44bc.zip FreeBSD-ports-cf3930b86a6fcb29c9839d984e2c08d9d16c44bc.tar.gz |
Fix MASTER_SITES
PR: 26121
Submitted by: Ports Fury
Diffstat (limited to 'games')
-rw-r--r-- | games/galaxis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile index 4245a86..8bcfe2e 100644 --- a/games/galaxis/Makefile +++ b/games/galaxis/Makefile @@ -8,7 +8,7 @@ PORTNAME= galaxis PORTVERSION= 1.2 CATEGORIES= games -MASTER_SITES= http://www.tuxedo.org/~esr/ +MASTER_SITES= http://www.tuxedo.org/~esr/galaxis/ MAINTAINER= ports@FreeBSD.org |