From ed1a3adf06305b3177fcbe8e86545b60eeadd084 Mon Sep 17 00:00:00 2001 From: fhajny Date: Tue, 6 Aug 2013 15:21:31 +0000 Subject: Make sure unwanted mkdir is not recorded with full path in rbconfig.rb, fixes packages built with pbulk. Bump PKGREVISION. --- lang/ruby193-base/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lang/ruby193-base/Makefile b/lang/ruby193-base/Makefile index 16a10cd11e1..d935e1c616d 100644 --- a/lang/ruby193-base/Makefile +++ b/lang/ruby193-base/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2013/07/20 04:02:00 taca Exp $ +# $NetBSD: Makefile,v 1.33 2013/08/06 15:21:31 fhajny Exp $ # DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang ruby MASTER_SITES= ${MASTER_SITE_RUBY} @@ -106,11 +106,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 DOCS= COPYING COPYING.ja ChangeLog NEWS README \ README.EXT README.EXT.ja README.ja ToDo \ -- cgit v1.2.3