pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-nqxml Enable DESTDIR support. (No other...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fffb05ea2d8
branches:  trunk
changeset: 554465:8fffb05ea2d8
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 15 08:24:43 2009 +0000

description:
Enable DESTDIR support.  (No other functional change.)

diffstat:

 textproc/ruby-nqxml/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 835bd8bcea94 -r 8fffb05ea2d8 textproc/ruby-nqxml/Makefile
--- a/textproc/ruby-nqxml/Makefile      Sun Feb 15 08:04:01 2009 +0000
+++ b/textproc/ruby-nqxml/Makefile      Sun Feb 15 08:24:43 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/06/19 14:56:48 taca Exp $
+# $NetBSD: Makefile,v 1.12 2009/02/15 08:24:43 taca Exp $
 #
 
 DISTNAME=      nqxml-1.1.3p1
@@ -25,8 +25,11 @@
                writertester.rb
 REPLACE_RUBY_DIRS=     examples tests
 
+INSTALL_TARGET=                install \
+                       --install-dir=${DESTDIR}${PREFIX}/${RUBY_VENDORLIB}
 INSTALLATION_DIRS=     ${RUBY_DOC}/nqxml ${RUBY_EG}/nqxml/contrib \
                        ${RUBY_EG}/nqxml/tests
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 post-install:
 .for f in ${DOC}



Home | Main Index | Thread Index | Old Index