pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Add destdir support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aec42159af4
branches:  trunk
changeset: 603436:4aec42159af4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 06 10:12:20 2012 +0000

description:
Add destdir support.
(It was so easy that I can only infer that noone cares about these packages :) )

diffstat:

 devel/ruby-thrift/Makefile        |  4 +++-
 devel/ruby-thrift_client/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 6be579e1d644 -r 4aec42159af4 devel/ruby-thrift/Makefile
--- a/devel/ruby-thrift/Makefile        Sun May 06 10:10:10 2012 +0000
+++ b/devel/ruby-thrift/Makefile        Sun May 06 10:12:20 2012 +0000
@@ -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 @@
 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 -r 6be579e1d644 -r 4aec42159af4 devel/ruby-thrift_client/Makefile
--- a/devel/ruby-thrift_client/Makefile Sun May 06 10:10:10 2012 +0000
+++ b/devel/ruby-thrift_client/Makefile Sun May 06 10:12:20 2012 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index