diff options
author | taca <taca@pkgsrc.org> | 2006-09-08 02:38:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-09-08 02:38:08 +0000 |
commit | b26fab5629bfcf9745bf5e12f40127f9388dfa88 (patch) | |
tree | d31a865c27679691c5f0fee3b48dd340bcd40826 /textproc | |
parent | 07860d6b9d95abc5e58e3ef2cdd0ddb5df2dfb73 (diff) | |
download | pkgsrc-b26fab5629bfcf9745bf5e12f40127f9388dfa88.tar.gz |
Fix file name for REPLACE_RUBY.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index aed36ee30d1..9ec27ed9c92 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/07/09 14:07:29 taca Exp $ +# $NetBSD: Makefile,v 1.25 2006/09/08 02:38:08 taca Exp $ DISTNAME= rdtool-0.6.20 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ COMMENT= RD (Ruby Document) converter to HTML/man/etc CONFLICTS+= ruby[1-9][0-9]-rdtool-* USE_RUBY_SETUP= yes -REPLACE_RUBY= bin/rd2 bin/rdswap.rb +REPLACE_RUBY= bin/rd2 bin/rdswap CONF_FILES+= ${RUBY_SITELIBDIR}/rd/dot.rd2rc ${PKG_SYSCONFDIR}/dot.rd2rc |