diff options
author | cy <cy@FreeBSD.org> | 2002-06-09 16:28:00 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-06-09 16:28:00 +0000 |
commit | 4ce664c270e5bafbd7ab72f512f8551ea818b300 (patch) | |
tree | 6e7e784349cd66cfa144d413c45e3d6eb3158d69 /lang/cyclone/Makefile | |
parent | 8e8997f8515c3775aee4766f3f4f98ca158b2717 (diff) | |
download | FreeBSD-ports-4ce664c270e5bafbd7ab72f512f8551ea818b300.zip FreeBSD-ports-4ce664c270e5bafbd7ab72f512f8551ea818b300.tar.gz |
Fix brokenness, the port can now fetch again.
PR: 38639
Approved by: MAINTAINER Alan E <alane@geeksrus.net>
Diffstat (limited to 'lang/cyclone/Makefile')
-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 ea82fa3..eca7446 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} |