diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-06-09 16:28:00 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-06-09 16:28:00 +0000 |
commit | b2736f8adb3d1c0ffae35bca43e1cc08505973c3 (patch) | |
tree | f68860bc713600545aa256d38076e84f1c722df9 /lang | |
parent | Update to 1.09 (diff) |
Fix brokenness, the port can now fetch again.
PR: 38639
Approved by: MAINTAINER Alan E <alane@geeksrus.net>
Notes
Notes:
svn path=/head/; revision=60980
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cyclone/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/cyclone/Makefile b/lang/cyclone/Makefile index ea82fa35944a..eca744635285 100644 --- a/lang/cyclone/Makefile +++ b/lang/cyclone/Makefile @@ -10,15 +10,15 @@ PORTNAME= cyclone PORTVERSION= 0.2 CATEGORIES= lang -MASTER_SITES= http://www.cs.cornell.edu/projects/cyclone/ \ - http://www.research.att.com/projects/cyclone/ +MASTER_SITES= http://www.cs.cornell.edu/projects/cyclone/software/ +# XXX When this port is upgaded to 0.3, uncomment the following +# line, etc. +# http://www.research.att.com/projects/cyclone/software/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-${PORTVERSION}-docs.tar.gz MAINTAINER= ports@geeksrus.net -BROKEN= "The maintainer will update this to 0.3 ASAP" - USE_GMAKE= yes NO_PACKAGE= 'Neither CC nor CFLAGS safe.' WRKSRC= ${WRKDIR}/${PORTNAME} |