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/doscmd/Makefile | |
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/doscmd/Makefile')
-rw-r--r-- | emulators/doscmd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index 1af9268695d..4a661ffad46 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/12/24 21:44:31 tsarna Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/17 18:38:16 wiz Exp $ # DISTNAME= doscmd-19960502-2 @@ -7,6 +7,7 @@ CATEGORIES= emulators MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/arch/i386/doscmd/ MAINTAINER= packages@netbsd.org +COMMENT= MS-DOS emulator (NetBSD/i386 only) ONLY_FOR_PLATFORM= NetBSD-*-i386 |