diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-18 19:31:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-18 19:31:21 +0800 |
commit | f1fbaadf8ac75e7b7495567b73339202c010bfed (patch) | |
tree | ba0d01a714af7d02e8b6b0d9446f73b28701dc71 /lang/ruby25 | |
parent | f91bd50c120536a529291fb4a25b6d71efe65118 (diff) | |
download | freebsd-ports-gnome-f1fbaadf8ac75e7b7495567b73339202c010bfed.tar.gz freebsd-ports-gnome-f1fbaadf8ac75e7b7495567b73339202c010bfed.tar.zst freebsd-ports-gnome-f1fbaadf8ac75e7b7495567b73339202c010bfed.zip |
Fix typo
Diffstat (limited to 'lang/ruby25')
-rw-r--r-- | lang/ruby25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby25/Makefile b/lang/ruby25/Makefile index f3eb214a38c6..20644d639b00 100644 --- a/lang/ruby25/Makefile +++ b/lang/ruby25/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'" |