diff options
author | taca <taca> | 2005-10-16 15:15:10 +0000 |
---|---|---|
committer | taca <taca> | 2005-10-16 15:15:10 +0000 |
commit | 108986f5c96b38829ff63ec7d9e211570d685c60 (patch) | |
tree | c5562a52795e68ee498ccd14f069b340a95c8c78 /devel/ruby-rd-mode | |
parent | 9ed1c2d46f01c352d1845608f44279242400e2b4 (diff) | |
download | pkgsrc-108986f5c96b38829ff63ec7d9e211570d685c60.tar.gz |
Set USE_RUBY_DIST_SUBDIR to yes.
Diffstat (limited to 'devel/ruby-rd-mode')
-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 |