diff options
author | shattered <shattered> | 2012-01-21 12:09:48 +0000 |
---|---|---|
committer | shattered <shattered> | 2012-01-21 12:09:48 +0000 |
commit | 186bd398a48e3fef82d506096b58a2740d44bd8d (patch) | |
tree | e0c18336e5fd5fbfc0a25d01d5badb2d6bc5c9c2 | |
parent | 4bf1f70fec74e957ed1e32361e72c51ecdffa371 (diff) | |
download | pkgsrc-186bd398a48e3fef82d506096b58a2740d44bd8d.tar.gz |
Install floptool, bump revision.
-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 |