summaryrefslogtreecommitdiff
path: root/devel/libjit
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-31 11:16:30 +0000
committerasau <asau@pkgsrc.org>2012-10-31 11:16:30 +0000
commit1685739ccc9eb6e697991f0019416acfec93db43 (patch)
tree6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/libjit
parentef0bf07a7d80918eb75556520666d60cd2dde6d1 (diff)
downloadpkgsrc-1685739ccc9eb6e697991f0019416acfec93db43.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/libjit')
-rw-r--r--devel/libjit/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libjit/Makefile b/devel/libjit/Makefile
index 604c606f543..56775eb41b7 100644
--- a/devel/libjit/Makefile
+++ b/devel/libjit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/12/22 00:26:02 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2012/10/31 11:17:17 asau Exp $
#
DISTNAME= libjit-0.1.2
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.southern-storm.com.au/libjit.html
COMMENT= Just-In-Time compilation functionality
-PKG_DESTDIR_SUPPORT= user-destdir
-
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++