diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-05 19:19:27 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-05 19:19:27 +0000 |
commit | 1b836a1ecba6bd1315092abcb04d34050481835b (patch) | |
tree | 15039bf795471c86f1c736a29c943790d50e7249 /cad/gerbv/Makefile | |
parent | 0035dc2429defb14e59d804e2ce0bfec7dc152d6 (diff) | |
download | pkgsrc-1b836a1ecba6bd1315092abcb04d34050481835b.tar.gz |
fix a bug when reading certain NC/Drill files. Files with leading +/-
are not properly parsed. Bump pkgrev.
Diffstat (limited to 'cad/gerbv/Makefile')
-rw-r--r-- | cad/gerbv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index fa0cba1b1da..eb25037098e 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2003/01/07 03:56:17 uebayasi Exp $ +# $NetBSD: Makefile,v 1.10 2003/02/05 19:19:27 dmcmahill Exp $ # DISTNAME= gerbv-0.11 +PKGREVISION= 1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} |