aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 19:59:02 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 19:59:02 +0800
commit26b699f398eef00612d6fb9a803551d7637097b9 (patch)
treec2a2f60c683a46647da7dd3e89aa36d2c9354bb5 /lang
parent7e0233d832f730fcbe472b47b4e69efd9a7cf14f (diff)
downloadfreebsd-ports-26b699f398eef00612d6fb9a803551d7637097b9.tar.gz
freebsd-ports-26b699f398eef00612d6fb9a803551d7637097b9.tar.zst
freebsd-ports-26b699f398eef00612d6fb9a803551d7637097b9.zip
Fix typo
Notes
Notes: svn path=/head/; revision=462119
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby23/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby23/Makefile b/lang/ruby23/Makefile
index 6753540b407a..0c8be83118db 100644
--- a/lang/ruby23/Makefile
+++ b/lang/ruby23/Makefile
@@ -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'"