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
commit7e66bec62275ed382533dd585a97b3aae2c376d5 (patch)
treea4e50ed383605e3305c06298dd47cefeb013eb76 /inputmethod
parent372043a7ec2e13524ac3e1a91162f35c45721271 (diff)
downloadpkgsrc-7e66bec62275ed382533dd585a97b3aae2c376d5.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}