diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-07 11:59:06 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-07 11:59:06 +0000 |
commit | 8fde0e790ecae8db62b5133ae2078dc0f4919ca8 (patch) | |
tree | 7c80091c388e8835dc098f2e9c754c6a985e528b | |
parent | Minor clean. (diff) |
In MASTER_SITES, follow redirect so fetch does not have to.
As seen on: fenner's survey
Notes
Notes:
svn path=/head/; revision=60763
-rw-r--r-- | emulators/xzx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index acb105ead0a2..1e198182cf57 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -8,7 +8,7 @@ PORTNAME= xzx PORTVERSION= 4.1 CATEGORIES= emulators -MASTER_SITES= http://www.zx-spectrum.net/xzx/files/ +MASTER_SITES= http://www.philosys.de/~kunze/xzx.purespace.de/xzx/ DISTNAME= ${PORTNAME}-pro-${PORTVERSION}-eval MAINTAINER= ports@FreeBSD.org |