diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-17 19:59:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-17 19:59:07 +0800 |
commit | 8ccfb37e45addb405ac7e5a6dbe669476e3dcf47 (patch) | |
tree | c1f382640acc01c8484b22b894557f18a0f05e94 /lang/ruby24 | |
parent | 24ed76d247e3e14826092eb92c991c4dd650bc29 (diff) | |
download | freebsd-ports-gnome-8ccfb37e45addb405ac7e5a6dbe669476e3dcf47.tar.gz freebsd-ports-gnome-8ccfb37e45addb405ac7e5a6dbe669476e3dcf47.tar.zst freebsd-ports-gnome-8ccfb37e45addb405ac7e5a6dbe669476e3dcf47.zip |
Fix typo
Diffstat (limited to 'lang/ruby24')
-rw-r--r-- | lang/ruby24/Makefile | 2 |
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'" |