pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/suikyo use vendor_dir with Ruby 1.8.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3275c5fffd40
branches:  trunk
changeset: 543485:3275c5fffd40
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 19 15:01:17 2008 +0000

description:
use vendor_dir with Ruby 1.8.7.

diffstat:

 textproc/suikyo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bdb5d811d210 -r 3275c5fffd40 textproc/suikyo/Makefile
--- a/textproc/suikyo/Makefile  Thu Jun 19 14:56:39 2008 +0000
+++ b/textproc/suikyo/Makefile  Thu Jun 19 15:01:17 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:38:57 obache Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/19 15:01:17 taca Exp $
 #
 
 .include "Makefile.common"
@@ -16,7 +16,7 @@
 PKGCONFIG_OVERRIDE+=   suikyo.pc.in
 
 CONFIGURE_ARGS+=       --with-emacs-sitelispdir=${EMACS_LISPPREFIX}
-CONFIGURE_ARGS+=       --with-rubydir=${RUBY_SITELIBDIR}
+CONFIGURE_ARGS+=       --with-rubydir=${PREFIX}/${RUBY_VENDORLIB}
 
 INSTALL_TARGET=                install-pkgconfigDATA
 



Home | Main Index | Thread Index | Old Index