diff options
author | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
commit | 782b73a94b268d9a265dc53ec32ec90b79b24121 (patch) | |
tree | 511618ca7cff95a74e9dfdad946115bd53879987 /cad/fasthenry/Makefile | |
parent | 0cc9b5c48ea19526283bb8f52618044b9a9693f3 (diff) | |
download | pkgsrc-782b73a94b268d9a265dc53ec32ec90b79b24121.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'cad/fasthenry/Makefile')
-rw-r--r-- | cad/fasthenry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |