pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-nqxml Use USE_RUBY_INSTALL instead of us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f38c6a6abf6
branches:  trunk
changeset: 502112:4f38c6a6abf6
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Nov 02 11:36:16 2005 +0000

description:
Use USE_RUBY_INSTALL instead of using do-install target.

diffstat:

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

diffs (30 lines):

diff -r 08ea87e4d88d -r 4f38c6a6abf6 textproc/ruby-nqxml/Makefile
--- a/textproc/ruby-nqxml/Makefile      Wed Nov 02 11:35:57 2005 +0000
+++ b/textproc/ruby-nqxml/Makefile      Wed Nov 02 11:36:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/03/06 17:19:07 taca Exp $
+# $NetBSD: Makefile,v 1.6 2005/11/02 11:36:16 taca Exp $
 #
 
 DISTNAME=      nqxml-1.1.3p1
@@ -12,8 +12,9 @@
 HOMEPAGE=      http://nqxml.sourceforge.net/
 COMMENT=       XML parser written in pure Ruby
 
-USE_RUBY=      yes
 NO_BUILD=      yes
+NO_CONFIGURE=  yes
+USE_RUBY_INSTALL= yes
 
 DOC=           README
 EXAMPLES=      data.xml doc.xml dumpXML.rb parseTestStream.rb \
@@ -26,9 +27,6 @@
                writertester.rb
 REPLACE_RUBY_DIRS=     ${WRKSRC}/examples ${WRKSRC}/tests
 
-do-install:
-       cd ${WRKSRC}; ${RUBY} install.rb
-
 post-install:
        ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/nqxml
 .for f in ${DOC}



Home | Main Index | Thread Index | Old Index