summaryrefslogtreecommitdiff
path: root/devel/ruby-thrift
diff options
context:
space:
mode:
authorwiz <wiz>2012-05-06 10:12:20 +0000
committerwiz <wiz>2012-05-06 10:12:20 +0000
commit8af74a62dd1e37dcc71cc58e442a9470e6c12a5a (patch)
tree1dc2aca37872e45e5ace1894e367ba753a4bcd14 /devel/ruby-thrift
parent8d3c5b7137b145341ead8aa73a3612402f8b9500 (diff)
downloadpkgsrc-8af74a62dd1e37dcc71cc58e442a9470e6c12a5a.tar.gz
Add destdir support.
(It was so easy that I can only infer that noone cares about these packages :) )
Diffstat (limited to 'devel/ruby-thrift')
-rw-r--r--devel/ruby-thrift/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-thrift/Makefile b/devel/ruby-thrift/Makefile
index 453491c1939..c17cb492bc2 100644
--- a/devel/ruby-thrift/Makefile
+++ b/devel/ruby-thrift/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/11/08 15:37:34 taca Exp $
+# $NetBSD: Makefile,v 1.8 2012/05/06 10:12:20 wiz Exp $
DISTNAME= thrift-0.7.0
PKGREVISION= 1
@@ -9,6 +9,8 @@ HOMEPAGE= http://thrift.apache.org/
COMMENT= Ruby libraries for Thrift (a language-agnostic RPC system)
LICENSE= apache-2.0
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../devel/libthrift/buildlink3.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"