diff options
author | taca <taca@pkgsrc.org> | 2005-10-16 15:15:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-10-16 15:15:10 +0000 |
commit | 3d35bb82e701e78d14efcc9a71b4cb978d721f4a (patch) | |
tree | c5562a52795e68ee498ccd14f069b340a95c8c78 /devel | |
parent | 4f6cb0d1e415d5e0b7cae2d8ad30c0748b354939 (diff) | |
download | pkgsrc-3d35bb82e701e78d14efcc9a71b4cb978d721f4a.tar.gz |
Set USE_RUBY_DIST_SUBDIR to yes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rd-mode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ruby-rd-mode/Makefile b/devel/ruby-rd-mode/Makefile index e7d79478057..a840bbe359b 100644 --- a/devel/ruby-rd-mode/Makefile +++ b/devel/ruby-rd-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/08/28 04:25:29 uebayasi Exp $ +# $NetBSD: Makefile,v 1.14 2005/10/16 15:15:10 taca Exp $ # DISTNAME= rdtool-${RUBY_RD_VERSION} @@ -13,6 +13,7 @@ COMMENT= Editing mode for RD (Ruby Document Format) WRKSRC= ${WRKDIR}/${DISTNAME}/utils EXTRACT_ELEMENTS= ${DISTNAME}/utils/rd-mode.el RUBY_VERSION= ${RUBY18_VERSION} +USE_RUBY_DIST_SUBDIR= yes RUBY_NOVERSION= yes NO_CONFIGURE= yes |