diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-26 20:08:38 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-26 20:08:38 +0000 |
commit | 403331c320a2b3c65b3a5bbd4f44ef28ba7b27c1 (patch) | |
tree | 315105d889a0cfbf2a02cb8b74cb261f0d511a1b /games/abe | |
parent | b4001990f32b1762265ef21f96b37c22e6d66970 (diff) | |
download | ports-403331c320a2b3c65b3a5bbd4f44ef28ba7b27c1.tar.gz ports-403331c320a2b3c65b3a5bbd4f44ef28ba7b27c1.zip |
Certain automated tools fail when @FreeBSD.org is not capitalized appropriatly.
Fix ports which don't follow convention.
Notes
Notes:
svn path=/head/; revision=328410
Diffstat (limited to 'games/abe')
-rw-r--r-- | games/abe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/abe/Makefile b/games/abe/Makefile index 2cd75bd990c3..e03503494c2c 100644 --- a/games/abe/Makefile +++ b/games/abe/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= nemysis@freebsd.org +MAINTAINER= nemysis@FreeBSD.org COMMENT= Abe's Amazing Adventure LICENSE= GPLv2 |