diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-03-31 06:35:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-03-31 06:35:51 +0000 |
commit | 75927220c873dfc6594d4af3ecb8254a1c05facc (patch) | |
tree | 1f871471d9f03d9aaeab96796add286cd64a673f /emulators | |
parent | fe9632a04b76357450e2720bd66db435f43f548f (diff) | |
download | ports-75927220c873dfc6594d4af3ecb8254a1c05facc.tar.gz ports-75927220c873dfc6594d4af3ecb8254a1c05facc.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/snes9x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index c9ac5f7b7bdb..dad5b8ea3366 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -11,7 +11,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.lysator.liu.se/snes9x/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= green@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Super Nintendo Entertainment System(SNES) Emulator WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} |