diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-27 04:08:38 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-27 04:08:38 +0800 |
commit | f7c516b20092b23c5cbc84e581b319f11804ed3e (patch) | |
tree | 315105d889a0cfbf2a02cb8b74cb261f0d511a1b /games/abe | |
parent | 4487f0c491a578622f9904f5bc9f06927b80b518 (diff) | |
download | freebsd-ports-gnome-f7c516b20092b23c5cbc84e581b319f11804ed3e.tar.gz freebsd-ports-gnome-f7c516b20092b23c5cbc84e581b319f11804ed3e.tar.zst freebsd-ports-gnome-f7c516b20092b23c5cbc84e581b319f11804ed3e.zip |
Certain automated tools fail when @FreeBSD.org is not capitalized appropriatly.
Fix ports which don't follow convention.
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 |