pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/mess Fix previous by reverting the change fu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ece3b5968fb0
branches:  trunk
changeset: 604504:ece3b5968fb0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Fri Jun 01 01:14:24 2012 +0000

description:
Fix previous by reverting the change fully.

diffstat:

 emulators/mess/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 00df1fd006b0 -r ece3b5968fb0 emulators/mess/Makefile
--- a/emulators/mess/Makefile   Fri Jun 01 00:46:02 2012 +0000
+++ b/emulators/mess/Makefile   Fri Jun 01 01:14:24 2012 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index