- Update to 2.3 and use ${DATADIR}

PR:		61321
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.org>
This commit is contained in:
Kirill Ponomarev 2004-01-13 18:52:26 +00:00
parent bed768a899
commit f4f2e50bde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98099
3 changed files with 9 additions and 9 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (iNES22-FreeBSD-80x86-bin.tar.Z) = 434f57a8143fc9fce05a2e21ac271bc0
MD5 (iNES23-FreeBSD-80x86-bin.tar.Z) = 8c8a1fb0deee41de230f1c7d099e2f54

View File

@ -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%%