summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2013-07-20 04:02:00 +0000
committertaca <taca>2013-07-20 04:02:00 +0000
commitf05e8978d36648e06ffe48638367768602cc6b4b (patch)
tree633fb4ea3aad45554b61a0a78154a367d57a49f0 /lang
parentbe816bb5463ad87a3b405b9455a3dd7e19219ee1 (diff)
downloadpkgsrc-f05e8978d36648e06ffe48638367768602cc6b4b.tar.gz
Don't specify sitedir and vendordir with CONFIGURE_ARGS.
It generates wrong path in rbconfig.rb (but not cause critical problem in general). Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby193-base/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/ruby193-base/Makefile b/lang/ruby193-base/Makefile
index 4b7591868eb..16a10cd11e1 100644
--- a/lang/ruby193-base/Makefile
+++ b/lang/ruby193-base/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2013/07/07 15:01:01 taca Exp $
+# $NetBSD: Makefile,v 1.32 2013/07/20 04:02:00 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
@@ -78,8 +78,6 @@ SUBST_MESSAGE.conf= Fixing configuration files.
.if !empty(RUBY_SUFFIX)
CONFIGURE_ARGS+= --program-suffix=${RUBY_SUFFIX}
CONFIGURE_ARGS+= --with-soname=${RUBY_NAME}
-CONFIGURE_ARGS+= --with-sitedir=${PREFIX}/${RUBY_SITELIB_BASE}
-CONFIGURE_ARGS+= --with-vendordir=${PREFIX}/${RUBY_VENDORLIB_BASE}
CONFIGURE_ARGS+= --with-ruby-version=${RUBY_VERSION}
CONFIGURE_ARGS+= --with-ruby-pc="ruby-${RUBY_VERSION}.pc"
.endif