pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby193-base Don't specify sitedir and vendordir ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e4495da206f
branches: trunk
changeset: 621869:8e4495da206f
user: taca <taca%pkgsrc.org@localhost>
date: Sat Jul 20 04:02:00 2013 +0000
description:
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:
lang/ruby193-base/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r cf323ccebf29 -r 8e4495da206f lang/ruby193-base/Makefile
--- a/lang/ruby193-base/Makefile Fri Jul 19 18:19:08 2013 +0000
+++ b/lang/ruby193-base/Makefile Sat Jul 20 04:02:00 2013 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index