summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-07-20 04:02:00 +0000
committertaca <taca@pkgsrc.org>2013-07-20 04:02:00 +0000
commitb87340547890b1feda1bd12a0e17ebfe3b7e6395 (patch)
tree633fb4ea3aad45554b61a0a78154a367d57a49f0 /lang
parent552215e8204bda52bd2633e72afbb6995b29b765 (diff)
downloadpkgsrc-b87340547890b1feda1bd12a0e17ebfe3b7e6395.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