aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby24
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 11:59:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 11:59:07 +0000
commitd52dd9795cb617aaab30879afa11b50dd70914b2 (patch)
treec1f382640acc01c8484b22b894557f18a0f05e94 /lang/ruby24
parent26b699f398eef00612d6fb9a803551d7637097b9 (diff)
downloadports-d52dd9795cb617aaab30879afa11b50dd70914b2.tar.gz
ports-d52dd9795cb617aaab30879afa11b50dd70914b2.zip
Fix typo
Notes
Notes: svn path=/head/; revision=462120
Diffstat (limited to 'lang/ruby24')
-rw-r--r--lang/ruby24/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby24/Makefile b/lang/ruby24/Makefile
index b11b588b7362..cf25a0476678 100644
--- a/lang/ruby24/Makefile
+++ b/lang/ruby24/Makefile
@@ -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'"