diff options
author | mjl <mjl@pkgsrc.org> | 1999-12-18 04:53:17 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 1999-12-18 04:53:17 +0000 |
commit | e816c76f048282b7337074d1a16acf500e32fd69 (patch) | |
tree | 5751ff065eb9c420972d194d088532eef2827c3d /lang/clisp/Makefile | |
parent | 44c92d68c62e7a1279f8ce226fadfbf1996b934c (diff) | |
download | pkgsrc-e816c76f048282b7337074d1a16acf500e32fd69.tar.gz |
Make this package patch and compile again.
Diffstat (limited to 'lang/clisp/Makefile')
-rw-r--r-- | lang/clisp/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index ba1623af4c8..5021d6ada0e 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,23 +1,21 @@ -# $NetBSD: Makefile,v 1.10 1999/10/27 17:14:09 agc Exp $ +# $NetBSD: Makefile,v 1.11 1999/12/18 04:53:17 mjl Exp $ -DISTNAME= clispsrc +DISTNAME= clisp-1999-07-22 PKGNAME= clisp-19990722 CATEGORIES= lang MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/source/ \ ftp://ftp.tu-darmstadt.de/pub/programming/languages/lisp/clisp/source/ -MAINTAINER= mjl@emsi.priv.at +MAINTAINER= mjl@netbsd.org HOMEPAGE= http://clisp.cons.org/~haible/clisp.html -BROKEN= Bad patch - NOT_FOR_PLATFORM= *-*-alpha # severe LP64 problems MIRROR_DISTFILE= no -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -WRKSRC= ${WRKDIR}/clisp-1999-07-22/src +GNU_CONFIGURE= YES +WRKSRC= ${WRKDIR}/${DISTNAME}/src +# USE_LIBTOOL= yes do-configure: cd ${WRKSRC}; \ |