diff options
author | wiz <wiz> | 2001-02-17 18:38:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 18:38:11 +0000 |
commit | 771321b8d87c3d00e1a2315a8eb9b8f63b978a90 (patch) | |
tree | 20b079bdc6a9de82806e52dcbc233fceb7f6a00a /emulators/fmsx | |
parent | c593ad911a5ed953d7cd027311f29fae9062df44 (diff) | |
download | pkgsrc-771321b8d87c3d00e1a2315a8eb9b8f63b978a90.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'emulators/fmsx')
-rw-r--r-- | emulators/fmsx/Makefile | 3 | ||||
-rw-r--r-- | emulators/fmsx/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index cc21b875ded..879fe0101ad 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/18 22:46:32 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/17 18:38:17 wiz Exp $ DISTNAME= fMSX22.tar PKGNAME= fmsx-2.2 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .Z MAINTAINER= martin@netbsd.org HOMEPAGE= http://www.komkon.org/fms/fMSX/ +COMMENT= MSX (Z80-based computer) emulator RESTRICTED= "ROM image copyright is questionable" NO_BIN_ON_CDROM= ${RESTRICTED} diff --git a/emulators/fmsx/pkg/COMMENT b/emulators/fmsx/pkg/COMMENT deleted file mode 100644 index 109cef84a1a..00000000000 --- a/emulators/fmsx/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -MSX (Z80-based computer) emulator |