diff options
author | taca <taca@pkgsrc.org> | 2005-10-25 04:15:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-10-25 04:15:48 +0000 |
commit | 002f7991dd52431a67f35a7ed8de782465a64fa5 (patch) | |
tree | 69950bcbbda22c94e7206c2aa7adb48793762f75 /textproc/ruby-rttool | |
parent | fb209fbaefcfdfd9accf1bfbd2030b71194d32bb (diff) | |
download | pkgsrc-002f7991dd52431a67f35a7ed8de782465a64fa5.tar.gz |
Specify USE_RUBY_DIST_SUBDIR appropriately after previous
lang/ruby/rubyversion.mk changes.
Diffstat (limited to 'textproc/ruby-rttool')
-rw-r--r-- | textproc/ruby-rttool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-rttool/Makefile b/textproc/ruby-rttool/Makefile index d786c663f5c..1c878d6ddee 100644 --- a/textproc/ruby-rttool/Makefile +++ b/textproc/ruby-rttool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/06 17:19:07 taca Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/25 04:15:49 taca Exp $ DISTNAME= rttool-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -13,6 +13,7 @@ COMMENT= RT to HTML (and hopefully LaTeX in future) table converter CONFLICTS+= ruby[1-9][0-9]-rttool-* VERSION= 0.1.8 +USE_RUBY_DIST_SUBDIR= yes USE_RUBY_SETUP= yes REPLACE_RUBY= bin/rt/rt2 lib/rt/rt2html-lib.rb \ lib/rt/rt2txt-lib.rb lib/rt/rtparser.rb \ |