diff options
author | Stefan Eßer <se@FreeBSD.org> | 1999-09-29 18:32:17 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1999-09-29 18:32:17 +0000 |
commit | 81485b0a6595682faa20ec92c196490e34902877 (patch) | |
tree | 15505dd9089de9e245aa305766b7f41b66e8510e /games | |
parent | 0102a88b750789a9b3a1696c07bb015d2d580023 (diff) | |
download | freebsd-ports-81485b0a6595682faa20ec92c196490e34902877.zip |
Fetch with FTP instead of HTTP.
Diffstat (limited to 'games')
-rw-r--r-- | games/acm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile index 97e77935126c..ccefecee61b5 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -8,7 +8,7 @@ DISTNAME= acm-5.0 CATEGORIES= games -MASTER_SITES= http://www.websimulations.com/download/ +MASTER_SITES= ftp://ftp.websimulations.com/pub/download/ MAINTAINER= se@FreeBSD.org |