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
commit3267235d5de417588d2f2d4a79871ebd5927e90d (patch)
treec1f4f45c4fca75edd3b97688d87f0c26ccb5a944 /lang/clisp/Makefile
parent334e425b80e9e5d5471d8f11ec539b34fdccaa04 (diff)
downloadpkgsrc-3267235d5de417588d2f2d4a79871ebd5927e90d.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 \