summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorfhajny <fhajny>2013-08-06 15:21:31 +0000
committerfhajny <fhajny>2013-08-06 15:21:31 +0000
commited1a3adf06305b3177fcbe8e86545b60eeadd084 (patch)
tree48218b5deb1a8b825968f1da9ad19c407835000c /lang
parente63b7b7ca688e8a5cedf7f2f2c49610e36649516 (diff)
downloadpkgsrc-ed1a3adf06305b3177fcbe8e86545b60eeadd084.tar.gz
Make sure unwanted mkdir is not recorded with full path in rbconfig.rb,
fixes packages built with pbulk. Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby193-base/Makefile8
1 files 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 \