diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-12-03 04:18:59 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-12-03 04:18:59 +0000 |
commit | 543bffedac6a3259a835493382d8b8519855c4db (patch) | |
tree | d7c57bda9bb6dddcca25067f1c5604ca817fcdca /cad/Makefile | |
parent | 544312731c6c13ae6e1c81ab4c547b9657c0f807 (diff) | |
download | pkgsrc-543bffedac6a3259a835493382d8b8519855c4db.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 |