diff options
author | taca <taca> | 2005-10-25 04:15:48 +0000 |
---|---|---|
committer | taca <taca> | 2005-10-25 04:15:48 +0000 |
commit | 91ab07c6c4a91a48e3a8f3c2b0129dbb053f6491 (patch) | |
tree | 69950bcbbda22c94e7206c2aa7adb48793762f75 /textproc/ruby-rdtool | |
parent | 6b1b0b6dd9276b24b285fa350c6d3eac58679897 (diff) | |
download | pkgsrc-91ab07c6c4a91a48e3a8f3c2b0129dbb053f6491.tar.gz |
Specify USE_RUBY_DIST_SUBDIR appropriately after previous
lang/ruby/rubyversion.mk changes.
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 514e0d4e059..e7a3a15ed1b 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/03/24 21:13:02 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2005/10/25 04:15:49 taca Exp $ DISTNAME= rdtool-0.6.14 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -16,6 +16,7 @@ CONFLICTS+= ruby[1-9][0-9]-rdtool-* REPLACE_RUBY= rd2 rmi2html.rb utils/rdswap.rb INSTALL_TARGET= install install-rmi2html +USE_RUBY_DIST_SUBDIR= yes .include "../../lang/ruby/rubyversion.mk" |