diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-08 22:11:43 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-08 22:11:43 +0800 |
commit | c6a3e629e2181e9779affaf1605aa0c4eca372f2 (patch) | |
tree | 98f2cf473df68c77e522561980178a1440dcd5ed /lang/cim | |
parent | 30fb02367c6735c6c867151a8eada5f71c633c94 (diff) | |
download | freebsd-ports-graphics-c6a3e629e2181e9779affaf1605aa0c4eca372f2.tar.gz freebsd-ports-graphics-c6a3e629e2181e9779affaf1605aa0c4eca372f2.tar.zst freebsd-ports-graphics-c6a3e629e2181e9779affaf1605aa0c4eca372f2.zip |
Fix MASTER_SITES
PR: 53046
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
Diffstat (limited to 'lang/cim')
-rw-r--r-- | lang/cim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile index e2636f5dcdb..d91b647680e 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -8,7 +8,7 @@ PORTNAME= cim PORTVERSION= 3.36 CATEGORIES= lang -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/ +MASTER_SITES= http://www.gtlib.cc.gatech.edu/pub/fink/ MAINTAINER= ports@FreeBSD.org COMMENT= Compiler for the SIMULA programming language |