summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-12-02 03:22:35 +0000
committertaca <taca@pkgsrc.org>2010-12-02 03:22:35 +0000
commitb81e7943bb29fdb39bf9af5ebe97560c0be89547 (patch)
treed9c5dbc243b8687e8350aeef118ee7739740e44c /lang
parent08dd8b3b5f9640185191738112965be86e5649ca (diff)
downloadpkgsrc-b81e7943bb29fdb39bf9af5ebe97560c0be89547.tar.gz
Oops, really fix another build problem on Linux, the rest of PR pkg/44174.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby19-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby19-base/Makefile b/lang/ruby19-base/Makefile
index 40c67137440..9d5ad2da540 100644
--- a/lang/ruby19-base/Makefile
+++ b/lang/ruby19-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/12/01 13:52:59 taca Exp $
+# $NetBSD: Makefile,v 1.4 2010/12/02 03:22:35 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -99,7 +99,7 @@ CONFIGURE_ARGS+= --enable-wide-getaddrinfo
# work around for Linux
#
.if ${OPSYS} == "Linux"
-CONFIGURE_ENV+= MKDIR_P=${MAKEDIR:Q}
+CONFIGURE_ENV+= MKDIR_P=${MKDIR:Q}
.endif
DOCS= COPYING COPYING.ja ChangeLog NEWS README \