diff options
author | fhajny <fhajny@pkgsrc.org> | 2013-08-06 15:21:31 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2013-08-06 15:21:31 +0000 |
commit | a63e294424cf56ae843d76f7095f8c2ef893eb7d (patch) | |
tree | 48218b5deb1a8b825968f1da9ad19c407835000c | |
parent | 9635fdd78192b98eb40390d960c8ed74b46d4120 (diff) | |
download | pkgsrc-a63e294424cf56ae843d76f7095f8c2ef893eb7d.tar.gz |
Make sure unwanted mkdir is not recorded with full path in rbconfig.rb,
fixes packages built with pbulk. Bump PKGREVISION.
-rw-r--r-- | lang/ruby193-base/Makefile | 8 |
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 \ |