diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-03-29 17:09:50 +0800 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-03-29 17:09:50 +0800 |
commit | 5be110617f84f36cace7f90afb6050f40acf3b55 (patch) | |
tree | 6632d1701d91388a724603920179b6f87f78c476 /emulators/snes9x | |
parent | fe50d2eafd65937e6440d56b277b3ebf3b057e97 (diff) | |
download | freebsd-ports-gnome-5be110617f84f36cace7f90afb6050f40acf3b55.tar.gz freebsd-ports-gnome-5be110617f84f36cace7f90afb6050f40acf3b55.tar.zst freebsd-ports-gnome-5be110617f84f36cace7f90afb6050f40acf3b55.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 139072727a83..0aa146cd8857 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 |