diff options
-rw-r--r-- | emulators/mess/Makefile | 5 | ||||
-rw-r--r-- | emulators/mess/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 696a50566a5..ef4302fbfce 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2011/11/24 07:43:15 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/01/21 12:09:48 shattered Exp $ # DISTNAME= mess0144s PKGNAME= ${DISTNAME:S/0/-0./:S/s$//} +PKGREVISION= 1 MASTER_SITES= http://www.mess.org/_media/downloads: DISTFILES= ${DISTNAME:S/mess/mame/}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX} @@ -25,7 +26,7 @@ do-install: # ignored: messtest # remaining tools are installed with mame set -e; \ - for prg in castool imgtool mess; \ + for prg in castool floptool imgtool mess; \ do \ ${INSTALL_PROGRAM} ${WRKSRC}/"$$prg" ${DESTDIR}${PREFIX}/bin; \ done diff --git a/emulators/mess/PLIST b/emulators/mess/PLIST index 948292cf942..2198113da9a 100644 --- a/emulators/mess/PLIST +++ b/emulators/mess/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2011/11/24 07:43:15 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2012/01/21 12:09:48 shattered Exp $ bin/castool +bin/floptool bin/imgtool bin/mess share/doc/mess/credits.htm |