diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-06 10:12:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-06 10:12:20 +0000 |
commit | e67af5865e203f93583db87a4d985ddd1afd5dcd (patch) | |
tree | 1dc2aca37872e45e5ace1894e367ba753a4bcd14 /devel | |
parent | 88b8fdd44f14e14b55814f8ff93ec4eaad3fb46a (diff) | |
download | pkgsrc-e67af5865e203f93583db87a4d985ddd1afd5dcd.tar.gz |
Add destdir support.
(It was so easy that I can only infer that noone cares about these packages :) )
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-thrift/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-thrift_client/Makefile | 4 |
2 files changed, 6 insertions, 2 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" diff --git a/devel/ruby-thrift_client/Makefile b/devel/ruby-thrift_client/Makefile index db0837b3d35..e4fbc0845c6 100644 --- a/devel/ruby-thrift_client/Makefile +++ b/devel/ruby-thrift_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/09/12 16:07:10 taca Exp $ +# $NetBSD: Makefile,v 1.7 2012/05/06 10:12:20 wiz Exp $ DISTNAME= thrift_client-0.7.1 CATEGORIES= devel @@ -10,6 +10,8 @@ LICENSE= apache-2.0 DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0.7.0<0.8:../../devel/ruby-thrift +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../devel/libthrift/buildlink3.mk" .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |