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/swarm/Makefile | |
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/swarm/Makefile')
-rw-r--r-- | emulators/swarm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/swarm/Makefile b/emulators/swarm/Makefile index 99b8e3b4fbe..24dae7bd14e 100644 --- a/emulators/swarm/Makefile +++ b/emulators/swarm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/07/07 23:35:56 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/17 18:38:31 wiz Exp $ DISTNAME= swarm-0.26 CATEGORIES= emulators @@ -6,6 +6,7 @@ MASTER_SITES= http://www.dcs.gla.ac.uk/~michael/phd/bin/ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.dcs.gla.ac.uk/~michael/phd/swarm.html +COMMENT= Software arm6 core emulator WRKSRC= ${WRKDIR}/swarm/src |