diff options
Diffstat (limited to 'emulators/ines/Makefile')
-rw-r--r-- | emulators/ines/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index 7f3effc97230..d9a6fbd81ed8 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -6,10 +6,10 @@ # PORTNAME= ines -PORTVERSION= 1.2 +PORTVERSION= 2.2 CATEGORIES= emulators -MASTER_SITES= http://www.komkon.org/fms/iNES/ -DISTNAME= iNES12-FreeBSD-80x86-bin +MASTER_SITES= http://fms.komkon.org/iNES/ +DISTNAME= iNES22-FreeBSD-80x86-bin EXTRACT_SUFX= .tar.Z MAINTAINER= nakai@FreeBSD.org @@ -25,10 +25,10 @@ STRIP= .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/NES/ines ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/NES/ines-debug ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/ines - @${INSTALL_DATA} ${WRKSRC}/NES/iNES.html ${PREFIX}/share/ines - @${INSTALL_DATA} ${WRKSRC}/NES/CART.NES ${PREFIX}/share/ines + @${INSTALL_DATA} ${WRKSRC}/iNES.html ${PREFIX}/share/ines + @${INSTALL_DATA} ${WRKSRC}/CART.NES ${PREFIX}/share/ines .include <bsd.port.post.mk> |