diff options
author | cy <cy@FreeBSD.org> | 2002-06-10 00:28:00 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-06-10 00:28:00 +0800 |
commit | 4ce664c270e5bafbd7ab72f512f8551ea818b300 (patch) | |
tree | 6e7e784349cd66cfa144d413c45e3d6eb3158d69 /lang | |
parent | 8e8997f8515c3775aee4766f3f4f98ca158b2717 (diff) | |
download | freebsd-ports-gnome-4ce664c270e5bafbd7ab72f512f8551ea818b300.tar.gz freebsd-ports-gnome-4ce664c270e5bafbd7ab72f512f8551ea818b300.tar.zst freebsd-ports-gnome-4ce664c270e5bafbd7ab72f512f8551ea818b300.zip |
Fix brokenness, the port can now fetch again.
PR: 38639
Approved by: MAINTAINER Alan E <alane@geeksrus.net>
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} |