diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-17 19:59:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-17 19:59:12 +0800 |
commit | 634434c616475e021233177d7aea19475eaa8ca4 (patch) | |
tree | 288f194af692967f7021e945be063a1047a5a850 /lang/ruby25/Makefile | |
parent | 8ccfb37e45addb405ac7e5a6dbe669476e3dcf47 (diff) | |
download | freebsd-ports-gnome-634434c616475e021233177d7aea19475eaa8ca4.tar.gz freebsd-ports-gnome-634434c616475e021233177d7aea19475eaa8ca4.tar.zst freebsd-ports-gnome-634434c616475e021233177d7aea19475eaa8ca4.zip |
Remove unnecessary patches
We do not need to patch those files which will be regenerated during build.
Reference: https://bugs.ruby-lang.org/issues/14261
PR: 225470
Diffstat (limited to 'lang/ruby25/Makefile')
-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'" |