From 7e66bec62275ed382533dd585a97b3aae2c376d5 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 4 Apr 2008 15:31:39 +0000 Subject: RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need to give the absolute path to these directories. --- inputmethod/prime/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inputmethod/prime') 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} -- cgit v1.2.3