svn commit: r462119 - head/lang/ruby23

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 17 11:59:03 UTC 2018


Author: sunpoet
Date: Sat Feb 17 11:59:02 2018
New Revision: 462119
URL: https://svnweb.freebsd.org/changeset/ports/462119

Log:
  Fix typo

Modified:
  head/lang/ruby23/Makefile

Modified: head/lang/ruby23/Makefile
==============================================================================
--- head/lang/ruby23/Makefile	Sat Feb 17 11:58:57 2018	(r462118)
+++ head/lang/ruby23/Makefile	Sat Feb 17 11:59:02 2018	(r462119)
@@ -171,7 +171,7 @@ post-patch:
 post-build:
 #
 # Hack to allow modules to be installed into separate PREFIX and/or under user
-# privilegies
+# privileges
 #
 	@${RB_SET_CONF_VAR} "prefix" "ENV['PREFIX'] || \3"
 	@${RB_SET_CONF_VAR} "INSTALL" "'/usr/bin/install -c'"


More information about the svn-ports-head mailing list