diff options
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 |