diff options
author | alane <alane@FreeBSD.org> | 2002-11-01 21:09:32 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-01 21:09:32 +0800 |
commit | 64e017f526d47422926f64b1326c58e4a6d01d81 (patch) | |
tree | 2355cdf190ae090cb7be6a24279952b4fc036c24 /lang/cyclone | |
parent | 22468f4928c00827a0e0c0ee0e2de4f127686529 (diff) | |
download | freebsd-ports-gnome-64e017f526d47422926f64b1326c58e4a6d01d81.tar.gz freebsd-ports-gnome-64e017f526d47422926f64b1326c58e4a6d01d81.tar.zst freebsd-ports-gnome-64e017f526d47422926f64b1326c58e4a6d01d81.zip |
Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
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.' |