aboutsummaryrefslogtreecommitdiff
path: root/emulators/ines
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-13 18:52:26 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-13 18:52:26 +0000
commitf4f2e50bde9ffd6d6e53813f775eb286d7b562ef (patch)
treed377a102913a3b56ee22dd2e51e5bbf613ed38e3 /emulators/ines
parentbed768a8999075a9c2b6eb4607db175124f71ed1 (diff)
Notes
Diffstat (limited to 'emulators/ines')
-rw-r--r--emulators/ines/Makefile10
-rw-r--r--emulators/ines/distinfo2
-rw-r--r--emulators/ines/pkg-plist6
3 files changed, 9 insertions, 9 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile
index 00ede6226eb2..e19cc3a85dfb 100644
--- a/emulators/ines/Makefile
+++ b/emulators/ines/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= ines
-PORTVERSION= 2.2
+PORTVERSION= 2.3
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/iNES/
-DISTNAME= iNES22-FreeBSD-80x86-bin
+DISTNAME= iNES23-FreeBSD-80x86-bin
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
@@ -28,8 +28,8 @@ STRIP=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/share/ines
- @${INSTALL_DATA} ${WRKSRC}/iNES.html ${PREFIX}/share/ines
- @${INSTALL_DATA} ${WRKSRC}/CART.NES ${PREFIX}/share/ines
+ ${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/iNES.html ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/CART.NES ${DATADIR}
.include <bsd.port.post.mk>
diff --git a/emulators/ines/distinfo b/emulators/ines/distinfo
index 5b4775429825..341aab7c4a00 100644
--- a/emulators/ines/distinfo
+++ b/emulators/ines/distinfo
@@ -1 +1 @@
-MD5 (iNES22-FreeBSD-80x86-bin.tar.Z) = 434f57a8143fc9fce05a2e21ac271bc0
+MD5 (iNES23-FreeBSD-80x86-bin.tar.Z) = 8c8a1fb0deee41de230f1c7d099e2f54
diff --git a/emulators/ines/pkg-plist b/emulators/ines/pkg-plist
index a5670ff3894a..acff070eecd0 100644
--- a/emulators/ines/pkg-plist
+++ b/emulators/ines/pkg-plist
@@ -1,5 +1,5 @@
bin/ines
bin/ines-debug
-share/ines/iNES.html
-share/ines/CART.NES
-@dirrm share/ines
+%%DATADIR%%/iNES.html
+%%DATADIR%%/CART.NES
+@dirrm %%DATADIR%%