diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
commit | edecf3c4f0c9144a27d788968cc6f3aac68bcb77 (patch) | |
tree | acffcdf336fe033e5c8b1217f72a68946bf44b8f /emulators/ines | |
parent | DEFAULT_PCC_STRUCT_RETURN should be "0" for the ELF case too. (diff) |
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
Notes
Notes:
svn path=/head/; revision=16018
Diffstat (limited to 'emulators/ines')
-rw-r--r-- | emulators/ines/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index 3f1fd55bbd0a..052cb685e622 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -3,16 +3,16 @@ # Date created: 02 November 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.9 1998/10/13 04:01:21 jseger Exp $ +# $Id: Makefile,v 1.10 1998/11/14 09:43:08 asami Exp $ # DISTNAME= iNES07-FreeBSD-80x86-bin -PKGNAME= ines-0.7 -CATEGORIES= emulators -MASTER_SITES= http://www.komkon.org/fms/iNES/ +PKGNAME= ines-0.7 +CATEGORIES= emulators +MASTER_SITES= http://www.komkon.org/fms/iNES/ EXTRACT_SUFX= .tar.Z -MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +MAINTAINER= nacai@iname.com WRKSRC= ${WRKDIR}/NES USE_X_PREFIX= yes |