diff options
author | trevor <trevor@FreeBSD.org> | 2002-06-07 11:59:06 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-06-07 11:59:06 +0000 |
commit | 7c62b4905a1d5b56bd8d5373948898b20ecf3a09 (patch) | |
tree | 7e3f5b403dfbfb3950dd5ad39fa667ba323fbcce /emulators | |
parent | 2af2126f362b165abf1c2261b30d6795e0fe34e7 (diff) | |
download | FreeBSD-ports-7c62b4905a1d5b56bd8d5373948898b20ecf3a09.zip FreeBSD-ports-7c62b4905a1d5b56bd8d5373948898b20ecf3a09.tar.gz |
In MASTER_SITES, follow redirect so fetch does not have to.
As seen on: fenner's survey
Diffstat (limited to 'emulators')
-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 acb105e..1e19818 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 |