summaryrefslogtreecommitdiff
path: root/emulators/mess
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-06-01 01:14:24 +0000
committerdholland <dholland@pkgsrc.org>2012-06-01 01:14:24 +0000
commit0d56314c5e803ecb917b52e51453a3e3fbfbd463 (patch)
tree302ddc78502d0643fd34353f6e4b2aa75ea305a1 /emulators/mess
parent78589dcc936dbc4612bb107c908871becd5a01aa (diff)
downloadpkgsrc-0d56314c5e803ecb917b52e51453a3e3fbfbd463.tar.gz
Fix previous by reverting the change fully.
Diffstat (limited to 'emulators/mess')
-rw-r--r--emulators/mess/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index 25c246df1c8..6e50f7a6134 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2012/05/31 21:37:09 shattered Exp $
+# $NetBSD: Makefile,v 1.13 2012/06/01 01:14:24 dholland Exp $
#
DISTNAME= mess0145s
PKGNAME= ${DISTNAME:S/0/-0./:S/s$//}
-PKGREVISION= 2
+PKGREVISION= 3
MASTER_SITES= http://www.mess.org/_media/downloads:
COMMENT= Multi Emulator Super System
@@ -21,7 +21,7 @@ do-install:
# ignored: messtest
# remaining tools are installed with mame
set -e; \
- for prg in castool chdman floptool imgtool mess unidasm; \
+ for prg in castool floptool imgtool mess; \
do \
${INSTALL_PROGRAM} ${WRKSRC}/"$$prg" ${DESTDIR}${PREFIX}/bin; \
done