pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ruby
Module Name: pkgsrc
Committed By: rillig
Date: Sat Jul 9 10:11:08 UTC 2016
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log Message:
Removed unnecessary space after variable name, to fix pkglint warning.
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 pkgsrc/lang/ruby/rubyversion.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.163 pkgsrc/lang/ruby/rubyversion.mk:1.164
--- pkgsrc/lang/ruby/rubyversion.mk:1.163 Sun May 15 14:19:56 2016
+++ pkgsrc/lang/ruby/rubyversion.mk Sat Jul 9 10:11:08 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index