diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-01-08 12:28:18 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-01-08 12:28:18 +0000 |
commit | f6984b3e96da210aa28defa5fdd8e5585c0299a2 (patch) | |
tree | 62cee01364db8dc7a31f326e4aecce00f2dcf911 /lang/ruby200-base | |
parent | 436160784ed52752e5aba053b09a48e3e972709a (diff) | |
download | pkgsrc-f6984b3e96da210aa28defa5fdd8e5585c0299a2.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/Makefile | 8 |
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 \ |