pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bfca924a1b2c
branches: trunk
changeset: 540582:bfca924a1b2c
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Apr 04 15:31:39 2008 +0000
description:
RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need to give the absolute
path to these directories.
diffstat:
devel/ruby-subversion/Makefile | 4 ++--
inputmethod/prime/Makefile | 4 ++--
multimedia/ruby-ming/Makefile | 4 ++--
textproc/ruby-nqxml/Makefile | 4 ++--
x11/ruby-tk/Makefile | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r 335099abf6b3 -r bfca924a1b2c devel/ruby-subversion/Makefile
--- a/devel/ruby-subversion/Makefile Fri Apr 04 15:30:05 2008 +0000
+++ b/devel/ruby-subversion/Makefile Fri Apr 04 15:31:39 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/01/18 05:14:39 tnn Exp $
+# $NetBSD: Makefile,v 1.18 2008/04/04 15:31:39 jlam Exp $
PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER}
PKGREVISION= 1
@@ -8,7 +8,7 @@
SHLIBTOOL_OVERRIDE= # empty
-REPLACE_RUBY_DIRS= ${WRKSRC}/tools
+REPLACE_RUBY_DIRS= tools
CONFIGURE_ENV+= RUBY=${RUBY:Q}
diff -r 335099abf6b3 -r bfca924a1b2c inputmethod/prime/Makefile
--- a/inputmethod/prime/Makefile Fri Apr 04 15:30:05 2008 +0000
+++ b/inputmethod/prime/Makefile Fri Apr 04 15:31:39 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:49:45 obache Exp $
+# $NetBSD: Makefile,v 1.2 2008/04/04 15:31:39 jlam Exp $
#
DISTNAME= prime-1.0.0.1
@@ -23,7 +23,7 @@
PKGCONFIG_OVERRIDE+= prime.pc.in
-REPLACE_RUBY_DIRS= ${WRKSRC}/src
+REPLACE_RUBY_DIRS= src
REPLACE_RUBY_PAT= *.src
CONFIGURE_ARGS+= --with-rubydir=${RUBY_SITELIBDIR}
diff -r 335099abf6b3 -r bfca924a1b2c multimedia/ruby-ming/Makefile
--- a/multimedia/ruby-ming/Makefile Fri Apr 04 15:30:05 2008 +0000
+++ b/multimedia/ruby-ming/Makefile Fri Apr 04 15:31:39 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/10/03 14:45:42 heinz Exp $
+# $NetBSD: Makefile,v 1.8 2008/04/04 15:31:39 jlam Exp $
DISTNAME= ming-ruby-${VER}
PKGNAME= ${RUBY_PKGPREFIX}-ming-${VER}
@@ -15,7 +15,7 @@
EXAMPLES= README.examples action.rb drag.rb \
gradient.rb gradientxform.rb hello.rb keypress.rb \
mousetrack.rb movieclip.rb newbutton.rb shape.rb
-REPLACE_RUBY_DIRS= ${WRKSRC}/examples
+REPLACE_RUBY_DIRS= examples
post-install:
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/ming
diff -r 335099abf6b3 -r bfca924a1b2c textproc/ruby-nqxml/Makefile
--- a/textproc/ruby-nqxml/Makefile Fri Apr 04 15:30:05 2008 +0000
+++ b/textproc/ruby-nqxml/Makefile Fri Apr 04 15:31:39 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/12/02 11:44:03 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2008/04/04 15:31:39 jlam Exp $
#
DISTNAME= nqxml-1.1.3p1
@@ -23,7 +23,7 @@
TESTS= dispatchertester.rb oasis.rb streamingparsertester.rb test.rb \
testresource.rb tokenizertester.rb treeparsertester.rb \
writertester.rb
-REPLACE_RUBY_DIRS= ${WRKSRC}/examples ${WRKSRC}/tests
+REPLACE_RUBY_DIRS= examples tests
post-install:
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/nqxml
diff -r 335099abf6b3 -r bfca924a1b2c x11/ruby-tk/Makefile
--- a/x11/ruby-tk/Makefile Fri Apr 04 15:30:05 2008 +0000
+++ b/x11/ruby-tk/Makefile Fri Apr 04 15:31:39 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2008/03/13 22:07:05 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2008/04/04 15:31:39 jlam Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-tk-${RUBY_VERSION_SUFFIX}
@@ -18,7 +18,7 @@
WRKSRC= ${RUBY_WRKSRC}/ext/tk
CONFIGURE_ARGS+= --with-X11-dir=${X11BASE:Q}
-REPLACE_RUBY_DIRS= ${WRKSRC}/sample
+REPLACE_RUBY_DIRS= sample
post-extract:
${CHMOD} ${SHAREMODE} ${WRKSRC}/sample/tkextlib/tktable/tcllogo.gif
Home |
Main Index |
Thread Index |
Old Index