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/simh | |
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/simh')
-rw-r--r-- | emulators/simh/Makefile | 3 | ||||
-rw-r--r-- | emulators/simh/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index e3fcb5f45d2..716678320ad 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/05/22 18:36:45 tv Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/17 18:38:22 wiz Exp $ # DISTNAME= sim_2.3d @@ -7,6 +7,7 @@ CATEGORIES= emulators MASTER_SITES= ftp://minnie.cs.adfa.oz.au/pub/PDP-11/Sims/Supnik_2.3/sources/ MAINTAINER= packages@netbsd.org +COMMENT= PDP, IBM 1401, and Nova CPU simulator NO_WRKSUBDIR= yes diff --git a/emulators/simh/pkg/COMMENT b/emulators/simh/pkg/COMMENT deleted file mode 100644 index 6fe6027e989..00000000000 --- a/emulators/simh/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -PDP, IBM 1401, and Nova CPU simulator |