diff options
author | steve <steve@FreeBSD.org> | 1998-07-27 01:01:00 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-27 01:01:00 +0000 |
commit | bd3c25c499a710ecd7838d50e6745cb0a1bba63b (patch) | |
tree | 9348fd44f3a3738030729d70b0eb03a91a4e2846 /emulators | |
parent | 4a77f4f9601e6eebf4e82af8b1ef2146becb1aa2 (diff) | |
download | FreeBSD-ports-bd3c25c499a710ecd7838d50e6745cb0a1bba63b.zip FreeBSD-ports-bd3c25c499a710ecd7838d50e6745cb0a1bba63b.tar.gz |
Update to version 1.05.
PR: 7338
Submitted by: Seiichirou Hiraoka <flathill@flathill.gr.jp>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/snes9x/Makefile | 14 | ||||
-rw-r--r-- | emulators/snes9x/distinfo | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 156a4ed..2b4c18c 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: snes9x -# Version required: 0.23 -# Date created: 1 June 1997 +# Version required: 1.05 +# Date created: 20 July 1997 # Whom: Yukihiro Nakai<Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/02 14:56:42 jseger Exp $ # -DISTNAME= snes9x_linux0.23 -PKGNAME= snes9x-0.23 +DISTNAME= s9x.linux.105.i386 +PKGNAME= snes9x-1.05 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.euro.net/pub/misc/Snes9X/ +MASTER_SITES= http://www.snes9x.com/zips/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp @@ -22,7 +22,7 @@ USE_X11= yes STRIP= BINOWN= root -BINMODE= 4755 +BINMODE= 755 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snes9x ${PREFIX}/bin diff --git a/emulators/snes9x/distinfo b/emulators/snes9x/distinfo index de03d20..65520cc 100644 --- a/emulators/snes9x/distinfo +++ b/emulators/snes9x/distinfo @@ -1 +1 @@ -MD5 (snes9x_linux0.23.tar.gz) = 9aa931ece91461a976a7c5a3032aa243 +MD5 (s9x.linux.105.i386.tar.gz) = 47630706b153eef51a3f5dd7cfd6a1b8 |