diff options
author | dmcmahill <dmcmahill> | 2005-12-03 04:18:59 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2005-12-03 04:18:59 +0000 |
commit | 037cada20ed2d9e979506a83d4ddbf452e0432ca (patch) | |
tree | d7c57bda9bb6dddcca25067f1c5604ca817fcdca /cad/Makefile | |
parent | 01d234a7466a2613e828b66bf4b064973c68c3e9 (diff) | |
download | pkgsrc-037cada20ed2d9e979506a83d4ddbf452e0432ca.tar.gz |
Move the package which lived in cad/pcb-current over to cad/pcb and
delete the old cad/pcb package. The package which has lived in cad/pcb
for the last few years was horribly out of date and pcb is not making
a distinction right now between -current snapshots and normal releases.
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/Makefile b/cad/Makefile index c08729444f7..fd99d9c5438 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2005/11/03 06:25:53 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2005/12/03 04:18:59 dmcmahill Exp $ # COMMENT= CAD tools @@ -45,7 +45,6 @@ SUBDIR+= ng-spice SUBDIR+= ntesla SUBDIR+= oct-wcalc SUBDIR+= pcb -SUBDIR+= pcb-current SUBDIR+= py-MyHDL SUBDIR+= py-simpy SUBDIR+= qcad |