pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/rubygems Make RUBYGEM_PKGPREFIX the same as RUBY_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68109fffac52
branches:  trunk
changeset: 539765:68109fffac52
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Mar 12 22:04:40 2008 +0000

description:
Make RUBYGEM_PKGPREFIX the same as RUBY_PKGPREFIX.

diffstat:

 misc/rubygems/rubygem.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0924328f7075 -r 68109fffac52 misc/rubygems/rubygem.mk
--- a/misc/rubygems/rubygem.mk  Wed Mar 12 22:04:07 2008 +0000
+++ b/misc/rubygems/rubygem.mk  Wed Mar 12 22:04:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubygem.mk,v 1.8 2008/03/12 22:04:07 jlam Exp $
+# $NetBSD: rubygem.mk,v 1.9 2008/03/12 22:04:40 jlam Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install Ruby gems.
@@ -71,7 +71,7 @@
 GEM_LIBDIR=    ${GEM_HOME}/gems/${GEM_NAME}
 GEM_DOCDIR=    ${GEM_HOME}/doc/${GEM_NAME}
 
-RUBYGEM_PKGPREFIX=     ${RUBY_PKGPREFIX}-gem
+RUBYGEM_PKGPREFIX=     ${RUBY_PKGPREFIX}
 
 # RUBYGEM holds the path to RubyGems' gem command
 EVAL_PREFIX+=  RUBYGEM_PREFIX=rubygems



Home | Main Index | Thread Index | Old Index