diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-18 11:27:41 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-18 11:27:41 +0000 |
commit | 358b2ef45f95119af1fb6a9e3d880080fb10d88e (patch) | |
tree | 5f46ea54498bf16562a6e19666bdd9e42df2b5a1 /cad/magic/Makefile | |
parent | d830409987c07faf21eef257b6399488440fa7d6 (diff) | |
download | pkgsrc-358b2ef45f95119af1fb6a9e3d880080fb10d88e.tar.gz |
Fixed the path to the AWK interpreter of bin/spice2sim. This is needed for
all bulk builds with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
Diffstat (limited to 'cad/magic/Makefile')
-rw-r--r-- | cad/magic/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile index 239b655cd2e..507da35a34c 100644 --- a/cad/magic/Makefile +++ b/cad/magic/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:22 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/06/18 11:27:41 rillig Exp $ # DISTNAME= magic-7.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= cad MASTER_SITES= http://vlsi.cornell.edu/magic/ @@ -21,6 +21,12 @@ CPPFLAGS+= -DIS_BIG_ENDIAN CPPFLAGS+= -DIS_LITTLE_ENDIAN .endif +USE_TOOLS+= awk:run +REPLACE_INTERPRETER+= awk +REPLACE.awk.old= /bin/awk +REPLACE.awk.new= ${TOOLS_PATH.awk} +REPLACE_FILES.awk= ext2spice/spice2sim + .include "../../mk/x11.buildlink3.mk" post-patch: |