summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2012-06-01 01:14:24 +0000
committerdholland <dholland>2012-06-01 01:14:24 +0000
commitbdf2585ba8717b245fbee354de361fbe53c66e10 (patch)
tree302ddc78502d0643fd34353f6e4b2aa75ea305a1
parente414ea6c2b81d6071d02c41b0d1e292d79aa8e16 (diff)
downloadpkgsrc-bdf2585ba8717b245fbee354de361fbe53c66e10.tar.gz
Fix previous by reverting the change fully.
-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