diff options
author | nakai <nakai@FreeBSD.org> | 2001-03-29 17:09:50 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-03-29 17:09:50 +0800 |
commit | 1bced6f80e6807e601ca4ab1cae941af38753ac1 (patch) | |
tree | 48ab156fd4b7c4e37a36a3284de06a7949a64a37 /emulators/snes9x | |
parent | 04798c9ca6300d662d1b44b97c872f5ebac0aa7d (diff) | |
download | freebsd-ports-graphics-1bced6f80e6807e601ca4ab1cae941af38753ac1.tar.gz freebsd-ports-graphics-1bced6f80e6807e601ca4ab1cae941af38753ac1.tar.zst freebsd-ports-graphics-1bced6f80e6807e601ca4ab1cae941af38753ac1.zip |
Maintainer change.
Diffstat (limited to 'emulators/snes9x')
-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 139072727a8..0aa146cd885 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -12,7 +12,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.snes9x.com/zips/ DISTNAME= s9xs134a -MAINTAINER= nakai@FreeBSD.org +MAINTAINER= green@FreeBSD.org .if ${MACHINE_ARCH} == i386 BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm |