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/pcemu | |
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/pcemu')
-rw-r--r-- | emulators/pcemu/Makefile | 3 | ||||
-rw-r--r-- | emulators/pcemu/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 6f6795977e7..9616f64b439 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/03/31 06:34:07 garbled Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 18:38:21 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1998/12/01 09:49:33 asami Exp # @@ -10,6 +10,7 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ \ ftp://ftp.cs.bris.ac.uk/pub/users/hedley/ MAINTAINER= eric@fox.phoenix.az.us +COMMENT= 8086 PC emulator, by David Hedley USE_X11= yes MAKE_ENV+= FILESDIR=${FILESDIR} diff --git a/emulators/pcemu/pkg/COMMENT b/emulators/pcemu/pkg/COMMENT deleted file mode 100644 index efde653dd62..00000000000 --- a/emulators/pcemu/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -8086 PC emulator, by David Hedley |