diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 18:38:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 18:38:11 +0000 |
commit | 311d465268c3bf5610733f162b7e64727fb62d38 (patch) | |
tree | 20b079bdc6a9de82806e52dcbc233fceb7f6a00a /emulators/vice | |
parent | 2945719f9dc2ea6b959bb3d14f32c160b282d1aa (diff) | |
download | pkgsrc-311d465268c3bf5610733f162b7e64727fb62d38.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 3 | ||||
-rw-r--r-- | emulators/vice/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index fef1d51e50a..59d57e08640 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/12/11 23:20:48 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/02/17 18:38:33 wiz Exp $ DISTNAME= vice-1.5 CATEGORIES= emulators @@ -11,6 +11,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= root@garbled.net HOMEPAGE= http://www.cs.cmu.edu/~dsladic/vice/vice.html +COMMENT= Emulator for C64, C128, CBM-II, PET, and VIC20 RESTRICTED= "ROM image copyright is questionable" NO_BIN_ON_CDROM= ${RESTRICTED} diff --git a/emulators/vice/pkg/COMMENT b/emulators/vice/pkg/COMMENT deleted file mode 100644 index e8627f2d1c3..00000000000 --- a/emulators/vice/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Emulator for C64, C128, CBM-II, PET, and VIC20 |