summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1999-03-21 18:16:35 +0000
committerChuck Robey <chuckr@FreeBSD.org>1999-03-21 18:16:35 +0000
commit85ffd84775fecc8475752455800f2a4642d75ba6 (patch)
tree713e86b80adfbf02c3a749b61d02acd7bf0729f3 /lang
parentUpdate objc to version 2.2.15. Right now is does static libs only, (diff)
Fix MASTER_SITES so that there are 2 good sites.
Obtained from: Bill "distfiles" Fenner
Notes
Notes: svn path=/head/; revision=17332
Diffstat (limited to 'lang')
-rw-r--r--lang/objc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index c05e61bf45ad..7b50fa1f2c4e 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -3,12 +3,13 @@
# Date created: 16 May 1998
# Whom: chuckr@freebsd.org
#
-# $Id: Makefile,v 1.8 1998/10/14 03:22:32 jseger Exp $
+# $Id: Makefile,v 1.9 1999/03/21 13:25:21 chuckr Exp $
#
DISTNAME= objc-2.2.15
CATEGORIES= lang
-MASTER_SITES= http://www.can.nl/~stes/Software/
+MASTER_SITES= http://metalab.unc.edu/pub/Linux/devel/lang/objc/ \
+ http://www.freebsd.org/~chuckr/
DISTFILES= objc-2.2.15-bootstrap.tar.gz objc-2.2.15.tar.gz
MAINTAINER= chuckr@freebsd.org