diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:31:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:31:39 +0000 |
commit | 7e66bec62275ed382533dd585a97b3aae2c376d5 (patch) | |
tree | a4e50ed383605e3305c06298dd47cefeb013eb76 /textproc | |
parent | 372043a7ec2e13524ac3e1a91162f35c45721271 (diff) | |
download | pkgsrc-7e66bec62275ed382533dd585a97b3aae2c376d5.tar.gz |
RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need to give the absolute
path to these directories.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-nqxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-nqxml/Makefile b/textproc/ruby-nqxml/Makefile index 692639aa351..acde33dd951 100644 --- a/textproc/ruby-nqxml/Makefile +++ b/textproc/ruby-nqxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/12/02 11:44:03 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/04/04 15:31:39 jlam Exp $ # DISTNAME= nqxml-1.1.3p1 @@ -23,7 +23,7 @@ CONTRIB_LIB= autodis_1.rb autodis_2.rb TESTS= dispatchertester.rb oasis.rb streamingparsertester.rb test.rb \ testresource.rb tokenizertester.rb treeparsertester.rb \ writertester.rb -REPLACE_RUBY_DIRS= ${WRKSRC}/examples ${WRKSRC}/tests +REPLACE_RUBY_DIRS= examples tests post-install: ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/nqxml |