diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:51:46 +0000 |
commit | 02e8ee6a47fbac28ca9bbc16c4b70e20837489c0 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /cad/Makefile | |
parent | a2a4d06c6fe93107eedfcc3d009672fe424ac7ef (diff) | |
download | pkgsrc-02e8ee6a47fbac28ca9bbc16c4b70e20837489c0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 62 |
1 files changed, 32 insertions, 30 deletions
diff --git a/cad/Makefile b/cad/Makefile index 03c9c2a05e0..0325276bb1f 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,34 +1,36 @@ -# $NetBSD: Makefile,v 1.32 2000/12/12 01:30:41 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2001/02/16 15:51:47 wiz Exp $ # - SUBDIR += acs - SUBDIR += boolean - SUBDIR += cascade - SUBDIR += dinotrace - SUBDIR += eagle - SUBDIR += fastcap - SUBDIR += fasthenry - SUBDIR += felt - SUBDIR += geda - SUBDIR += geda-docs - SUBDIR += geda-symbols - SUBDIR += geda-utils - SUBDIR += gnetlist - SUBDIR += gschem - SUBDIR += gsymcheck - SUBDIR += gwave - SUBDIR += ipal-current - SUBDIR += libgeda - SUBDIR += ng-spice - SUBDIR += ntesla - SUBDIR += oregano - SUBDIR += pcb - SUBDIR += spice - SUBDIR += spiceprm - SUBDIR += verilog - SUBDIR += verilog-current - SUBDIR += vipec - SUBDIR += xchiplogo - SUBDIR += xcircuit +COMMENT= CAD tools + +SUBDIR+= acs +SUBDIR+= boolean +SUBDIR+= cascade +SUBDIR+= dinotrace +SUBDIR+= eagle +SUBDIR+= fastcap +SUBDIR+= fasthenry +SUBDIR+= felt +SUBDIR+= geda +SUBDIR+= geda-docs +SUBDIR+= geda-symbols +SUBDIR+= geda-utils +SUBDIR+= gnetlist +SUBDIR+= gschem +SUBDIR+= gsymcheck +SUBDIR+= gwave +SUBDIR+= ipal-current +SUBDIR+= libgeda +SUBDIR+= ng-spice +SUBDIR+= ntesla +SUBDIR+= oregano +SUBDIR+= pcb +SUBDIR+= spice +SUBDIR+= spiceprm +SUBDIR+= verilog +SUBDIR+= verilog-current +SUBDIR+= vipec +SUBDIR+= xchiplogo +SUBDIR+= xcircuit .include "../mk/bsd.pkg.subdir.mk" |