aboutsummaryrefslogtreecommitdiff
path: root/emulators/ines/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-03-01 21:19:24 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-03-01 21:19:24 +0000
commita483ba1c595d705a90a930f6c97817144e7330fe (patch)
tree2ae62c30cca7ab5b3d0f657b9f0172186cbcac6f /emulators/ines/Makefile
parent071eea81970ebc3ff10f0c3a0f5f392123dd1c06 (diff)
downloadports-a483ba1c595d705a90a930f6c97817144e7330fe.tar.gz
ports-a483ba1c595d705a90a930f6c97817144e7330fe.zip
Notes
Diffstat (limited to 'emulators/ines/Makefile')
-rw-r--r--emulators/ines/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile
index e19cc3a85dfb..d621cf5449f3 100644
--- a/emulators/ines/Makefile
+++ b/emulators/ines/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= ines
-PORTVERSION= 2.3
+PORTVERSION= 3.0
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/iNES/
-DISTNAME= iNES23-FreeBSD-80x86-bin
+DISTNAME= iNES30-FreeBSD-80x86-bin
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
@@ -27,9 +27,9 @@ STRIP=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/iNES.html ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/CART.NES ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.pal ${DATADIR}
.include <bsd.port.post.mk>