summaryrefslogtreecommitdiff
path: root/lang/ruby-base
diff options
context:
space:
mode:
authortaca <taca>2004-02-20 15:32:52 +0000
committertaca <taca>2004-02-20 15:32:52 +0000
commit3cc74e3c0ae13fead52ea1957016963149e7241d (patch)
tree2f2750cc011901d3febe1f281f6eb1a0461ee7fe /lang/ruby-base
parentdbf6bd38a754f97e4659065ef9f1f93e94e34833 (diff)
downloadpkgsrc-3cc74e3c0ae13fead52ea1957016963149e7241d.tar.gz
Add empty CONFIG_STATUS_OVERRIDE since Ruby's build process uses
config.status's content.
Diffstat (limited to 'lang/ruby-base')
-rw-r--r--lang/ruby-base/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ruby-base/Makefile b/lang/ruby-base/Makefile
index 2b9b484159d..3618620841e 100644
--- a/lang/ruby-base/Makefile
+++ b/lang/ruby-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/01/20 12:19:17 agc Exp $
+# $NetBSD: Makefile,v 1.23 2004/02/20 15:32:52 taca Exp $
# FreeBSD Id: ports/lang/ruby/Makefile,v 1.39 2000/10/20 19:56:03 knu Exp
DISTNAME= ${RUBY_DISTNAME}
@@ -23,6 +23,8 @@ CONFIGURE_ARGS= --enable-shared
MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1
TEST_TARGET= test
CONFIGURE_ENV+= PREFIX="${PREFIX}"
+# Ruby build process depends on config.status's content
+CONFIG_STATUS_OVERRIDE= # empty
DOCS= ChangeLog README README.EXT README.EXT.ja README.ja ToDo \
doc/NEWS doc/forwardable.rd doc/forwardable.rd.ja \