summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:31:39 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:31:39 +0000
commit7e66bec62275ed382533dd585a97b3aae2c376d5 (patch)
treea4e50ed383605e3305c06298dd47cefeb013eb76
parent372043a7ec2e13524ac3e1a91162f35c45721271 (diff)
downloadpkgsrc-7e66bec62275ed382533dd585a97b3aae2c376d5.tar.gz
RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need to give the absolute
path to these directories.
-rw-r--r--devel/ruby-subversion/Makefile4
-rw-r--r--inputmethod/prime/Makefile4
-rw-r--r--multimedia/ruby-ming/Makefile4
-rw-r--r--textproc/ruby-nqxml/Makefile4
-rw-r--r--x11/ruby-tk/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile
index a7ca2dd7f7d..7629d3e220d 100644
--- a/devel/ruby-subversion/Makefile
+++ b/devel/ruby-subversion/Makefile
@@ -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 @@ COMMENT= Ruby bindings for Subversion
SHLIBTOOL_OVERRIDE= # empty
-REPLACE_RUBY_DIRS= ${WRKSRC}/tools
+REPLACE_RUBY_DIRS= tools
CONFIGURE_ENV+= RUBY=${RUBY:Q}
diff --git a/inputmethod/prime/Makefile b/inputmethod/prime/Makefile
index a339b4f27aa..3248e40c058 100644
--- a/inputmethod/prime/Makefile
+++ b/inputmethod/prime/Makefile
@@ -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 @@ USE_LANGUAGES= # none
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 --git a/multimedia/ruby-ming/Makefile b/multimedia/ruby-ming/Makefile
index 6a2730d702f..7a864e1a798 100644
--- a/multimedia/ruby-ming/Makefile
+++ b/multimedia/ruby-ming/Makefile
@@ -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 @@ VER= 0.1.8
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 --git a/textproc/ruby-nqxml/Makefile b/textproc/ruby-nqxml/Makefile
index 692639aa351..acde33dd951 100644
--- a/textproc/ruby-nqxml/Makefile
+++ b/textproc/ruby-nqxml/Makefile
@@ -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 @@ CONTRIB_LIB= autodis_1.rb autodis_2.rb
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 --git a/x11/ruby-tk/Makefile b/x11/ruby-tk/Makefile
index bea8b37b2dd..99582caef53 100644
--- a/x11/ruby-tk/Makefile
+++ b/x11/ruby-tk/Makefile
@@ -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 @@ EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/tk
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