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 /lang/clisp | |
parent | 0cc9b5c48ea19526283bb8f52618044b9a9693f3 (diff) | |
download | pkgsrc-782b73a94b268d9a265dc53ec32ec90b79b24121.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 5021d6ada0e..81b6addf42c 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/12/18 04:53:17 mjl Exp $ +# $NetBSD: Makefile,v 1.12 2000/03/27 08:54:57 tron Exp $ DISTNAME= clisp-1999-07-22 PKGNAME= clisp-19990722 @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src do-configure: cd ${WRKSRC}; \ - (cd ..;./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}); \ + (cd ..;${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}); \ ./makemake --prefix=${LOCALBASE} --with-readline --with-gettext \ --with-dynamic-ffi >Makefile |