From 358b2ef45f95119af1fb6a9e3d880080fb10d88e Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 18 Jun 2006 11:27:41 +0000 Subject: Fixed the path to the AWK interpreter of bin/spice2sim. This is needed for all bulk builds with CHECK_INTERPRETER=yes. Bumped PKGREVISION. --- cad/magic/Makefile | 10 ++++++++-- 1 file 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: -- cgit v1.2.3