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 | cfbed0a6e45a73f4a7b8acf9ec8b0bd593d00436 (patch) | |
tree | d31a865c27679691c5f0fee3b48dd340bcd40826 | |
parent | 1433e86135ae2c8a09d94190ed1d7328f34a867b (diff) | |
download | pkgsrc-cfbed0a6e45a73f4a7b8acf9ec8b0bd593d00436.tar.gz |
Fix file name for REPLACE_RUBY.
-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 |