summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-02 20:11:34 +0000
committerasau <asau@pkgsrc.org>2012-10-02 20:11:34 +0000
commit84028c8fc67a9aa564f23683ea963c0381125d8d (patch)
tree70a00b8f60d7401066bef0246bd055b4efc68dae /lang/chicken
parent7313f7ed95b0b3d807dbcbf38ecc23f62371e9e0 (diff)
downloadpkgsrc-84028c8fc67a9aa564f23683ea963c0381125d8d.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'lang/chicken')
-rw-r--r--lang/chicken/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 87748039e4b..2684ef93b6c 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2012/08/11 09:31:25 asau Exp $
+# $NetBSD: Makefile,v 1.46 2012/10/02 20:11:36 asau Exp $
DISTNAME= chicken-4.7.0.6
CATEGORIES= lang
@@ -10,8 +10,6 @@ HOMEPAGE= http://www.call-cc.org/
COMMENT= Scheme to C compiler, handling R5RS
LICENSE= modified-bsd
-PKG_DESTDIR_SUPPORT= user-destdir
-
MAKE_JOBS_SAFE= no
USE_LIBTOOL= yes