summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrillig <rillig>2016-07-09 10:11:08 +0000
committerrillig <rillig>2016-07-09 10:11:08 +0000
commit3ebd1821432e164f3af624e5a657e03554652fae (patch)
tree775306b74619b057ba6c12bbb3e58685189ef273 /lang
parent574a709e317369cfec3d31c2c6780d5a832969c4 (diff)
downloadpkgsrc-3ebd1821432e164f3af624e5a657e03554652fae.tar.gz
Removed unnecessary space after variable name, to fix pkglint warning.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/rubyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index b153fc7926f..01298a1e6c7 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.163 2016/05/15 14:19:56 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.164 2016/07/09 10:11:08 rillig Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -609,7 +609,7 @@ RUBY_PLIST_COMMENT_CMD= \
RUBY_PLIST_FILES_CMD= ( cd ${DESTDIR}${PREFIX}; \
${FIND} ${RUBY_DYNAMIC_DIRS} \( -type f -o -type l \) -print ) | \
${SORT} -u
-RUBY_GENERATE_PLIST = ( \
+RUBY_GENERATE_PLIST= ( \
${RUBY_PLIST_COMMENT_CMD}; \
${RUBY_PLIST_FILES_CMD} ) > ${RUBY_PLIST_DYNAMIC}
.endif