diff options
author | tron <tron> | 2000-03-27 08:54:53 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-27 08:54:53 +0000 |
commit | ba4960f3f055ba80189aacb4ecc5e93c3d84fb70 (patch) | |
tree | 511618ca7cff95a74e9dfdad946115bd53879987 /lang/clisp | |
parent | 5082261f9038d5872c880dcf449271ea495f4a5d (diff) | |
download | pkgsrc-ba4960f3f055ba80189aacb4ecc5e93c3d84fb70.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 |