diff options
Diffstat (limited to 'lang/cyclone')
-rw-r--r-- | lang/cyclone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cyclone/Makefile b/lang/cyclone/Makefile index 0336b4a107bd..c40b9c4debda 100644 --- a/lang/cyclone/Makefile +++ b/lang/cyclone/Makefile @@ -2,7 +2,7 @@ # # New ports collection makefile for: cyclone # Date created: 2002/01/06 -# Whom: AlanE <AlanE@FreeBSD.org> et al +# Whom: alane <alane@FreeBSD.org> et al # # $FreeBSD$ # @@ -17,7 +17,7 @@ MASTER_SITES= http://www.cs.cornell.edu/projects/cyclone/software/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-${PORTVERSION}-docs.tar.gz -MAINTAINER= AlanE@FreeBSD.org +MAINTAINER= alane@FreeBSD.org USE_GMAKE= yes NO_PACKAGE= 'Neither CC nor CFLAGS safe.' |