diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-01 04:17:51 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-01 04:17:51 +0000 |
commit | 7df6fabb8f99e8bbcc2590d706f4051c3382996f (patch) | |
tree | e9d3b5ce13cba10b7dea7bc2309acdc3f7899475 /lang/cyclone/Makefile | |
parent | use SYSTEMDIR (diff) |
Changed MAINTAINER to my FreeBSD address.
Notes
Notes:
svn path=/head/; revision=69236
Diffstat (limited to 'lang/cyclone/Makefile')
-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 eca744635285..0336b4a107bd 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 <ports@geeksrus.net> 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= ports@geeksrus.net +MAINTAINER= AlanE@FreeBSD.org USE_GMAKE= yes NO_PACKAGE= 'Neither CC nor CFLAGS safe.' |