summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/rubyversion.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index 33c92fa91ee..42b56038f19 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.36 2007/10/06 06:12:19 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.37 2008/01/13 09:09:13 obache Exp $
#
.if !defined(_RUBYVERSION_MK)
@@ -269,10 +269,10 @@ PLIST_SRC+= ${PKGDIR}/PLIST.common_end
RUBY_PLIST_COMMENT_CMD= \
${ECHO} "@comment The following lines are automatically generated"
-RUBY_PLIST_FILES_CMD= ( cd ${PREFIX}; \
+RUBY_PLIST_FILES_CMD= ( cd ${DESTDIR}${PREFIX}; \
${FIND} ${RUBY_DYNAMIC_DIRS} \( -type f -o -type l \) -print ) | \
${SORT} -u
-RUBY_PLIST_DIRS_CMD= ( cd ${PREFIX}; \
+RUBY_PLIST_DIRS_CMD= ( cd ${DESTDIR}${PREFIX}; \
${FIND} ${RUBY_DYNAMIC_DIRS} -type d -print ) | ${SORT} -ru | \
${SED} -e 's|^|@dirrm |'
RUBY_GENERATE_PLIST = ( \