diff options
author | alane <alane@FreeBSD.org> | 2002-11-01 12:17:51 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-01 12:17:51 +0800 |
commit | ce018ac9be7743cfed3dcef6cc91bb070cef0022 (patch) | |
tree | 2fdcb3c2221ee7c4c9fa9f499c74e91e459496fe /lang/cyclone | |
parent | 03f4c1a901d256c6889dd0d285d588a217b22708 (diff) | |
download | freebsd-ports-gnome-ce018ac9be7743cfed3dcef6cc91bb070cef0022.tar.gz freebsd-ports-gnome-ce018ac9be7743cfed3dcef6cc91bb070cef0022.tar.zst freebsd-ports-gnome-ce018ac9be7743cfed3dcef6cc91bb070cef0022.zip |
Changed MAINTAINER to my FreeBSD address.
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 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.' |