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 | 52cba224368af5d7324d87a0266f5cb165069b2a (patch) | |
tree | 69950bcbbda22c94e7206c2aa7adb48793762f75 /textproc/ruby-rexml | |
parent | ac700e7ba5152ae3c6edbdf5dcdba59c2b584902 (diff) | |
download | pkgsrc-52cba224368af5d7324d87a0266f5cb165069b2a.tar.gz |
Specify USE_RUBY_DIST_SUBDIR appropriately after previous
lang/ruby/rubyversion.mk changes.
Diffstat (limited to 'textproc/ruby-rexml')
-rw-r--r-- | textproc/ruby-rexml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-rexml/Makefile b/textproc/ruby-rexml/Makefile index 0ceea5f782a..6f92e195f34 100644 --- a/textproc/ruby-rexml/Makefile +++ b/textproc/ruby-rexml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/03/06 17:19:07 taca Exp $ +# $NetBSD: Makefile,v 1.9 2005/10/25 04:15:48 taca Exp $ # DISTNAME= rexml_${VERSION} @@ -12,6 +12,8 @@ MAINTAINER= rasputin@idoru.mine.nu HOMEPAGE= http://www.germane-software.com/software/rexml/ COMMENT= Pure Ruby XML parser based on Java Electric XML +USE_RUBY_DIST_SUBDIR= yes + .include "../../lang/ruby/rubyversion.mk" .if ${RUBY_VER} == "16" |