summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 19:24:26 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 19:24:26 +0000
commit3c1a25c9f7ef0e525789a1c9d5fc99b4c9f4548b (patch)
tree5c05cdf8194143f3ff130e699343a24f92901df8 /lang/chicken
parent5430595a63a9a5ea90cc5dc74531b2f2035ed44c (diff)
downloadpkgsrc-3c1a25c9f7ef0e525789a1c9d5fc99b4c9f4548b.tar.gz
DESTDIR support.
Diffstat (limited to 'lang/chicken')
-rw-r--r--lang/chicken/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 2935684f51b..3419cf6cc72 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/10/10 15:04:38 obache Exp $
+# $NetBSD: Makefile,v 1.27 2006/11/03 19:24:26 joerg Exp $
#
DISTNAME= chicken-2.41
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.call-with-current-continuation.org/chicken.html
COMMENT= Scheme to C compiler, handling R5RS
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes