aboutsummaryrefslogtreecommitdiff
path: root/emulators/sdlmess/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-04-22 22:43:27 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-04-22 22:43:27 +0000
commit1ab76a704dc587a87ef4df1cefa498409d1460d3 (patch)
tree65d505d34cea2e3336d611ffc77f7e51139af81c /emulators/sdlmess/Makefile
parente5fbe30dd1dc90a03ad3fd1c4118bb822b206986 (diff)
Notes
Diffstat (limited to 'emulators/sdlmess/Makefile')
-rw-r--r--emulators/sdlmess/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile
index 97c0d7a1b795..f9427fcc53c0 100644
--- a/emulators/sdlmess/Makefile
+++ b/emulators/sdlmess/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sdlmess
-PORTVERSION= 0.113
+PORTVERSION= 0.114
CATEGORIES= emulators
MASTER_SITES= http://rbelmont.mameworld.info/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
@@ -14,8 +14,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= SDL port of MESS (Multiple Emulator Super System)
-BROKEN= Install fails
-
USE_ZIP= yes
USE_GL= yes
USE_GMAKE= yes
@@ -29,11 +27,10 @@ do-install:
${MKDIR} ${PREFIX}/libexec/${PORTNAME}
.for f in obj/sdlmess/file2str sdlmess testkeys dat2html messtest messdocs \
imgtool romcmp chdman jedutil makemeta regrep
- ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/${f:S/sdl//}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/${f:T:S/sdl//}
.endfor
${MKDIR} ${DATADIR}
-.for f in artwork cfg ctrlr hash ini memcard nvram snap software tools \
- sysinfo.dat
+.for f in artwork hash keymaps sysinfo.dat
${CP} -R ${WRKSRC}/${f} ${DATADIR}
.endfor
.if !defined(NOPORTDOCS)