diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-05 08:07:55 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-05 08:07:55 +0000 |
commit | 85e64e98cb797e683569c8775775f35bc4333e3a (patch) | |
tree | 90252211e85a26e020b5bf2462990a2180b63f57 /lang/objc | |
parent | 484b0c32b156f7af71ab96b2abbb9d06515c0256 (diff) | |
download | ports-85e64e98cb797e683569c8775775f35bc4333e3a.tar.gz ports-85e64e98cb797e683569c8775775f35bc4333e3a.zip |
Notes
Diffstat (limited to 'lang/objc')
-rw-r--r-- | lang/objc/Makefile | 2 | ||||
-rw-r--r-- | lang/objc/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile index 68112ccf966b..88df233de53b 100644 --- a/lang/objc/Makefile +++ b/lang/objc/Makefile @@ -9,7 +9,7 @@ PORTNAME= objc PORTVERSION= 3.2.8 PORTREVISION= 1 CATEGORIES= lang -MASTER_SITES= http://users.pandora.be/stes/ +MASTER_SITES= http://users.telenet.be/stes/ DISTFILES= objc-bootstrap-${BOOTVERSION}.tar.gz objc-${PORTVERSION}.tar.gz MAINTAINER= stas@FreeBSD.org diff --git a/lang/objc/pkg-descr b/lang/objc/pkg-descr index f437a8d58fb2..909988e9966e 100644 --- a/lang/objc/pkg-descr +++ b/lang/objc/pkg-descr @@ -7,4 +7,4 @@ ananlyzer is written in LEX, and the compiler itself in the Bourne shell and in Objective C. (the optional Objective C link editor is written in AWK). -WWW: http://users.pandora.be/stes/compiler.html +WWW: http://users.telenet.be/stes/compiler.html |