diff options
-rw-r--r-- | emulators/nono/Makefile | 6 | ||||
-rw-r--r-- | emulators/nono/PLIST | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/nono/Makefile b/emulators/nono/Makefile index dbd17172c66..1015580981f 100644 --- a/emulators/nono/Makefile +++ b/emulators/nono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2022/06/30 06:02:06 jun Exp $ +# $NetBSD: Makefile,v 1.15 2022/06/30 08:09:39 nia Exp $ DISTNAME= nono-0.4.0 PKGREVISION= 1 @@ -7,8 +7,8 @@ MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pastel-flower.jp/~isaki/nono/ -COMMENT= OMRON LUNA-I/LUNA-88K (and SHARP X68030) emulator runs on NetBSD and etc. -LICENSE= nono-license AND fsharp-license # nono uses X68030 IPLROM image +COMMENT= OMRON LUNA-I/LUNA-88K (and SHARP X68030) emulator +LICENSE= nono-license AND fsharp-license # nono uses X68030 IPLROM image # Honor pkgsrc settings. Don't use -Werror. MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} diff --git a/emulators/nono/PLIST b/emulators/nono/PLIST index c9a011134fb..3d360de2d69 100644 --- a/emulators/nono/PLIST +++ b/emulators/nono/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.3 2022/06/18 12:50:21 jun Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/06/30 08:09:39 nia Exp $ bin/nono bin/nono-cli share/doc/nono/changes.html -share/doc/nono/index.html share/doc/nono/fsharp-license.txt +share/doc/nono/index.html share/doc/nono/nono-license.txt -share/locale/ja/LC_MESSAGES/nono.mo share/doc/nono/upgrade-0.2.0.html share/doc/nono/upgrade-0.3.0.html +share/locale/ja/LC_MESSAGES/nono.mo |