summaryrefslogtreecommitdiff
path: root/lang/clisp/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-06-16 23:53:43 +0000
committerwiz <wiz@pkgsrc.org>2000-06-16 23:53:43 +0000
commit9e943bb7581936dc89fbaa626aba2741f7bdcb06 (patch)
tree8e88785d7bec33eec3250733ab58b5ab2ad66c8d /lang/clisp/Makefile
parente896e9986339fb1a633d6315d1bdfe64417ad3e7 (diff)
downloadpkgsrc-9e943bb7581936dc89fbaa626aba2741f7bdcb06.tar.gz
Restructure patch-aa to get it integrated in the main tree.
Remove patch-a{b,c,d} since self tests work now. Correct HOMEPAGE.
Diffstat (limited to 'lang/clisp/Makefile')
-rw-r--r--lang/clisp/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index ac8da7268c4..b99b03127b6 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/06/01 11:23:33 rh Exp $
+# $NetBSD: Makefile,v 1.15 2000/06/16 23:53:43 wiz Exp $
DISTNAME= clisp-2000-03-06
PKGNAME= clisp-20000306
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/source/ \
EXTRACT_SUFX= .tar.bz2
MAINTAINER= mjl@netbsd.org
-HOMEPAGE= http://clisp.cons.org/~haible/clisp.html
+HOMEPAGE= http://clisp.cons.org/
NOT_FOR_PLATFORM= *-*-alpha # severe LP64 problems
@@ -16,13 +16,12 @@ MIRROR_DISTFILE= no
GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-# USE_PKGLIBTOOL= YES
do-configure:
cd ${WRKSRC}; \
(cd ..;${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}); \
./makemake --prefix=${LOCALBASE} --with-readline --with-gettext \
- --with-dynamic-ffi >Makefile
+ --with-dynamic-ffi --fsstnd=netbsd >Makefile
post-install:
${CHOWN} -R root:wheel ${PREFIX}/lib/clisp