aboutsummaryrefslogtreecommitdiff
path: root/emulators/mess/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-11-26 14:26:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-11-26 14:26:46 +0000
commitff37b2696f4b3942eeac2d28ab9c5f733621e495 (patch)
tree8a1d6c03e0a80b7103c2a944559422f9835ef07c /emulators/mess/Makefile
parent6ba09caeee74253b4a5a1b9a62babffc4f0e5bd4 (diff)
downloadports-ff37b2696f4b3942eeac2d28ab9c5f733621e495.tar.gz
ports-ff37b2696f4b3942eeac2d28ab9c5f733621e495.zip
Notes
Diffstat (limited to 'emulators/mess/Makefile')
-rw-r--r--emulators/mess/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index a965c74e6bbd..d06a031c1a29 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sdlmess
-PORTVERSION= 0.133
+PORTVERSION= 0.135
CATEGORIES= emulators
MASTER_SITES= http://rbelmont.mameworld.info/ \
ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/
@@ -52,11 +52,12 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
${MKDIR} ${PREFIX}/libexec/sdlmess
${INSTALL_PROGRAM} ${WRKSRC}/chdman ${PREFIX}/libexec/sdlmess
+ ${INSTALL_PROGRAM} ${WRKSRC}/imgtool ${PREFIX}/libexec/sdlmess
+ ${INSTALL_PROGRAM} ${WRKSRC}/jedutil ${PREFIX}/libexec/sdlmess
${INSTALL_PROGRAM} ${WRKSRC}/ldresample ${PREFIX}/libexec/sdlmess
${INSTALL_PROGRAM} ${WRKSRC}/ldverify ${PREFIX}/libexec/sdlmess
${INSTALL_PROGRAM} ${WRKSRC}/testkeys ${PREFIX}/libexec/sdlmess
- ${INSTALL_PROGRAM} ${WRKSRC}/imgtool ${PREFIX}/libexec/sdlmess
- ${INSTALL_PROGRAM} ${WRKSRC}/jedutil ${PREFIX}/libexec/sdlmess
+ ${INSTALL_PROGRAM} ${WRKSRC}/unidasm ${PREFIX}/libexec/sdlmess
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}