summaryrefslogtreecommitdiff
path: root/lang/clisp/Makefile
diff options
context:
space:
mode:
authoruwe <uwe@pkgsrc.org>2007-06-11 18:28:38 +0000
committeruwe <uwe@pkgsrc.org>2007-06-11 18:28:38 +0000
commit8a202ffc6b2f470c18c057d61cae108f13e99ddf (patch)
treec1f4f45c4fca75edd3b97688d87f0c26ccb5a944 /lang/clisp/Makefile
parente1edff420ea03c056a7a1071319271ef987068fd (diff)
downloadpkgsrc-8a202ffc6b2f470c18c057d61cae108f13e99ddf.tar.gz
clisp 2.41 supports NetBSD/powerpc out of the box now, thanks to
Magnus Henoch mange()freemail.hu who sent fixes upstream. Nuke post-patch target and files/* that we no longer need. Tested on my macppc. ok agc@
Diffstat (limited to 'lang/clisp/Makefile')
-rw-r--r--lang/clisp/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index 95d65210027..5d4258ff273 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2007/06/09 06:10:31 obache Exp $
+# $NetBSD: Makefile,v 1.63 2007/06/11 18:28:38 uwe Exp $
DISTNAME= clisp-2.41
CATEGORIES= lang
@@ -38,10 +38,6 @@ TEST_TARGET= check
MAKE_ENV+= TOOLS_PLATFORM.install=${TOOLS_PLATFORM.install:Q}
MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
-post-patch:
- ${CP} files/vacall-rs6000-netbsd.s \
- ${WRKSRC}/ffcall/callback/vacall_r/vacall-powerpc-netbsd.s
-
post-configure:
cd ${WRKSRC}/src && \
./makemake --prefix=${PREFIX} --with-readline --with-gettext \