Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 11:59:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462120 - head/lang/ruby24
Message-ID:  <201802171159.w1HBx70w079655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 17 11:59:07 2018
New Revision: 462120
URL: https://svnweb.freebsd.org/changeset/ports/462120

Log:
  Fix typo

Modified:
  head/lang/ruby24/Makefile

Modified: head/lang/ruby24/Makefile
==============================================================================
--- head/lang/ruby24/Makefile	Sat Feb 17 11:59:02 2018	(r462119)
+++ head/lang/ruby24/Makefile	Sat Feb 17 11:59:07 2018	(r462120)
@@ -141,7 +141,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'"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802171159.w1HBx70w079655>