diff options
author | krion <krion@FreeBSD.org> | 2004-01-13 18:52:26 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-13 18:52:26 +0000 |
commit | 7850213c0f9c9f61324bfa74b8ba49ce59982527 (patch) | |
tree | dd4f80ff3b11a0015cdd78f735adf9d3024e43e1 /emulators/ines | |
parent | a24fc9b257ba3786d7e8774c12aeb4e52d75e6db (diff) | |
download | FreeBSD-ports-7850213c0f9c9f61324bfa74b8ba49ce59982527.zip FreeBSD-ports-7850213c0f9c9f61324bfa74b8ba49ce59982527.tar.gz |
- Update to 2.3 and use ${DATADIR}
PR: 61321
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
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 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index 00ede62..e19cc3a 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 5b47754..341aab7 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 a5670ff..acff070 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%% |