diff options
author | pav <pav@FreeBSD.org> | 2005-07-13 22:50:57 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-13 22:50:57 +0000 |
commit | 85a02b48e9f6339bc787ae036c6085a76248c222 (patch) | |
tree | 179aff48c08e344d07dd30014edf06caea465ff7 | |
parent | 2f1a3a57603f5cb480f4bf876487648d786181ff (diff) | |
download | FreeBSD-ports-85a02b48e9f6339bc787ae036c6085a76248c222.zip FreeBSD-ports-85a02b48e9f6339bc787ae036c6085a76248c222.tar.gz |
- Fix MASTER_SITES
Reported by: krismail
-rw-r--r-- | games/atomix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile index 69d482e..6c87420 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -9,7 +9,7 @@ PORTNAME= atomix PORTVERSION= 1.0 PORTREVISION= 4 CATEGORIES= games gnome -MASTER_SITES= http://triq.net/~jens/download/ +MASTER_SITES= http://jens.triq.net/download/ MAINTAINER= gnome@FreeBSD.org COMMENT= A yet another little mind game |