diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-15 14:51:54 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-15 14:51:54 +0800 |
commit | 30d06f13bc39a954f41e675fc135450d48ad8b35 (patch) | |
tree | 1bdfb38289c29c542905d47e3050751ed846e15c /emulators/ines | |
parent | acaa8b292f83523923eb2cc75bf22a43f260f66c (diff) | |
download | freebsd-ports-gnome-30d06f13bc39a954f41e675fc135450d48ad8b35.tar.gz freebsd-ports-gnome-30d06f13bc39a954f41e675fc135450d48ad8b35.tar.zst freebsd-ports-gnome-30d06f13bc39a954f41e675fc135450d48ad8b35.zip |
update ines from 0.7 to 1.0
Diffstat (limited to 'emulators/ines')
-rw-r--r-- | emulators/ines/Makefile | 10 | ||||
-rw-r--r-- | emulators/ines/distinfo | 2 | ||||
-rw-r--r-- | emulators/ines/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index 052cb685e622..e2632f168535 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -3,18 +3,18 @@ # Date created: 02 November 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.10 1998/11/14 09:43:08 asami Exp $ +# $Id: Makefile,v 1.11 1999/01/12 16:50:52 vanilla Exp $ # -DISTNAME= iNES07-FreeBSD-80x86-bin -PKGNAME= ines-0.7 +DISTNAME= iNES10-FreeBSD-80x86-bin +PKGNAME= ines-1.0 CATEGORIES= emulators MASTER_SITES= http://www.komkon.org/fms/iNES/ EXTRACT_SUFX= .tar.Z MAINTAINER= nacai@iname.com -WRKSRC= ${WRKDIR}/NES +NO_WRKSUBDIR= yes USE_X_PREFIX= yes NO_BUILD= yes @@ -28,7 +28,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/ines - @${INSTALL_DATA} ${WRKSRC}/iNES.doc ${PREFIX}/share/ines + @${INSTALL_DATA} ${WRKSRC}/iNES.html ${PREFIX}/share/ines @${INSTALL_DATA} ${WRKSRC}/headers.tgz ${PREFIX}/share/ines @${INSTALL_DATA} ${WRKSRC}/CART.* ${PREFIX}/share/ines diff --git a/emulators/ines/distinfo b/emulators/ines/distinfo index 382c4a3708ae..09514c04d5ee 100644 --- a/emulators/ines/distinfo +++ b/emulators/ines/distinfo @@ -1 +1 @@ -MD5 (iNES07-FreeBSD-80x86-bin.tar.Z) = fb09148e6ad56eebd191aeb8eb97513e +MD5 (iNES10-FreeBSD-80x86-bin.tar.Z) = 8986ab4fcff8a3fac5ee79e9d74a45f8 diff --git a/emulators/ines/pkg-plist b/emulators/ines/pkg-plist index 5b39bdc44e9a..933d24a83ac9 100644 --- a/emulators/ines/pkg-plist +++ b/emulators/ines/pkg-plist @@ -1,6 +1,6 @@ bin/ines bin/ines-debug -share/ines/iNES.doc +share/ines/iNES.html share/ines/headers.tgz share/ines/CART.ASM share/ines/CART.NES |