summaryrefslogtreecommitdiff
path: root/inputmethod
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
commite03a5b1cd5d58683e8d1d5ce0290c368aee5be3b (patch)
treea4e50ed383605e3305c06298dd47cefeb013eb76 /inputmethod
parent8af0a99cd0f3aa879ea9e102f386fb9eade130f3 (diff)
downloadpkgsrc-e03a5b1cd5d58683e8d1d5ce0290c368aee5be3b.tar.gz
RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need to give the absolute
path to these directories.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/prime/Makefile4
1 files changed, 2 insertions, 2 deletions
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}