summaryrefslogtreecommitdiff
path: root/lang/lush/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/lush/Makefile')
-rw-r--r--lang/lush/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/lush/Makefile b/lang/lush/Makefile
index dfdbdad9da5..4bea24ca46b 100644
--- a/lang/lush/Makefile
+++ b/lang/lush/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/08/17 06:45:48 dholland Exp $
+# $NetBSD: Makefile,v 1.4 2009/01/16 16:35:33 asau Exp $
-DISTNAME= lush-1.1
-PKGREVISION= 1
+DISTNAME= lush-1.2.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lush/}
@@ -9,15 +8,18 @@ MAINTAINER= dauphin@enst.fr
HOMEPAGE= http://lush.sourceforge.net/
COMMENT= Lisp interpreter/compiler with a seamless interface to C
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --without-bfd
+WRKSRC= $(WRKDIR)/lush
+
post-install:
- ${RM} ${PREFIX}/share/lush/src/*c.orig
- ${RM} ${PREFIX}/share/lush/lsh/libc/*.lsh.orig
+ ${RM} ${DESTDIR}${PREFIX}/share/lush/lsh/libc/*.lsh.orig
.include "../../math/gsl/buildlink3.mk"
.include "../../math/lapack/buildlink3.mk"