diff options
author | tv <tv@pkgsrc.org> | 2004-11-29 01:03:03 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-29 01:03:03 +0000 |
commit | 719a0194345bbe27e3b8ae9b7398a3c65f66b077 (patch) | |
tree | aa43580934658e0fc471c5d57829c9a12258ea98 | |
parent | 5d94af37e31a0520439595b4375763180a9e9c25 (diff) | |
download | pkgsrc-719a0194345bbe27e3b8ae9b7398a3c65f66b077.tar.gz |
Give away MAINTAINER. I don't have a NetBSD+X11 box available, and the new
JIT and SIGINFO support needs some work to make it work on NetBSD....
-rw-r--r-- | emulators/BasiliskII/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 1441524608a..14de8e95a2c 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/07/17 01:56:38 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2004/11/29 01:03:03 tv Exp $ DISTNAME= BasiliskII_src_14032003 PKGNAME= BasiliskII-1.0.20030314 @@ -6,7 +6,7 @@ CATEGORIES= emulators MASTER_SITES= http://gwenole.beauchesne.online.fr/basilisk2/files/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= tv@pobox.com +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gwenole.beauchesne.online.fr/basilisk2/ COMMENT= Open Source 68k Macintosh emulator |