summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-01-08 12:28:18 +0000
committerfhajny <fhajny>2014-01-08 12:28:18 +0000
commit056760c5225d618a2bdb91bcf2ca7972e277d70f (patch)
tree62cee01364db8dc7a31f326e4aecce00f2dcf911 /lang
parente208e2f16be1949d3d0cf4cf640f28f811368fe5 (diff)
downloadpkgsrc-056760c5225d618a2bdb91bcf2ca7972e277d70f.tar.gz
Make sure unwanted mkdir is not recorded with full path in rbconfig.rb, fixes packages built with pbulk.
Diffstat (limited to 'lang')
-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 \