summaryrefslogtreecommitdiff
path: root/lang/ruby200-base
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2014-01-08 12:28:18 +0000
committerfhajny <fhajny@pkgsrc.org>2014-01-08 12:28:18 +0000
commit341a3ec4eb48d53a882706e6240bd6160768676a (patch)
tree62cee01364db8dc7a31f326e4aecce00f2dcf911 /lang/ruby200-base
parent54f64a1c3e32ed56971237329b510a0ed27c9024 (diff)
downloadpkgsrc-341a3ec4eb48d53a882706e6240bd6160768676a.tar.gz
Make sure unwanted mkdir is not recorded with full path in rbconfig.rb, fixes packages built with pbulk.
Diffstat (limited to 'lang/ruby200-base')
-rw-r--r--lang/ruby200-base/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/ruby200-base/Makefile b/lang/ruby200-base/Makefile
index 6fc8a6b7474..ba5da7cd861 100644
--- a/lang/ruby200-base/Makefile
+++ b/lang/ruby200-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/01/08 11:31:18 fhajny Exp $
+# $NetBSD: Makefile,v 1.7 2014/01/08 12:28:18 fhajny Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -113,11 +113,9 @@ CONFIGURE_ENV+= ac_cv_header_ucontext_h=no
.endif
#
-# work around for Linux and Cygwin
+# prevent unwanted mkdir recorded in rbconfig.rb
#
-.if ${OPSYS} == "Linux" || ${OPSYS} == "Cygwin"
-CONFIGURE_ENV+= MKDIR_P=${MKDIR:Q}
-.endif
+CONFIGURE_ENV+= MKDIR_P=${MKDIR:Q}
DOCS= COPYING COPYING.ja ChangeLog NEWS README \
README.EXT README.EXT.ja README.ja \