summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authortron <tron>2000-03-27 08:54:53 +0000
committertron <tron>2000-03-27 08:54:53 +0000
commitf1130fdf4bd7b3609c06956ac346a461f842aef1 (patch)
tree511618ca7cff95a74e9dfdad946115bd53879987 /cad
parent47f024cc8458376669c5a4a8342aa9ed8fee6f2b (diff)
downloadpkgsrc-f1130fdf4bd7b3609c06956ac346a461f842aef1.tar.gz
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'cad')
-rw-r--r--cad/fastcap/Makefile4
-rw-r--r--cad/fasthenry/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile
index ec465f3742c..838f3765374 100644
--- a/cad/fastcap/Makefile
+++ b/cad/fastcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/09/14 17:15:05 agc Exp $
+# $NetBSD: Makefile,v 1.4 2000/03/27 08:54:53 tron Exp $
#
DISTNAME= fastcap-2.0-15Jul92
@@ -21,7 +21,7 @@ IGNOREFILES= postscript/ug.ps.Z \
postscript/tcad.ps.Z
HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= config
+CONFIGURE_SCRIPT= ./config
CONFIGURE_ARGS= 4
do-install:
diff --git a/cad/fasthenry/Makefile b/cad/fasthenry/Makefile
index f763ef7207b..ef590f6014e 100644
--- a/cad/fasthenry/Makefile
+++ b/cad/fasthenry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/09/15 09:26:24 agc Exp $
+# $NetBSD: Makefile,v 1.4 2000/03/27 08:54:54 tron Exp $
#
DISTNAME= fasthenry-3.0-12Nov96
@@ -12,7 +12,7 @@ MAINTAINER= mcmahill@alum.mit.edu
HOMEPAGE= http://kontiki.mit.edu/rle/research/info_research_proj.html
HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= config
+CONFIGURE_SCRIPT= ./config
CONFIGURE_ARGS= default
.include "../../mk/bsd.pkg.mk"