diff options
author | mat <mat@FreeBSD.org> | 2016-10-20 21:19:39 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-20 21:19:39 +0800 |
commit | 27ed8f0380be9704cae35b8d193438225c3557c8 (patch) | |
tree | b594c02310213389491ed1ef3bce5cf2cda7ac5b /net/foreman-proxy | |
parent | 0f844c08480ccaf2b1b054ac1a549be9f1506e63 (diff) | |
download | freebsd-ports-gnome-27ed8f0380be9704cae35b8d193438225c3557c8.tar.gz freebsd-ports-gnome-27ed8f0380be9704cae35b8d193438225c3557c8.tar.zst freebsd-ports-gnome-27ed8f0380be9704cae35b8d193438225c3557c8.zip |
Replace non breaking space \xa0 with a normal space.
Sponsored by: Absolight
Diffstat (limited to 'net/foreman-proxy')
-rw-r--r-- | net/foreman-proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/foreman-proxy/Makefile b/net/foreman-proxy/Makefile index 8628bb0cb52c..b68741e120c0 100644 --- a/net/foreman-proxy/Makefile +++ b/net/foreman-proxy/Makefile @@ -55,7 +55,7 @@ PUPPET4_RUN_DEPENDS= puppet:sysutils/puppet4 \ rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas post-patch: - @${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e "s|/usr/bin/env ruby|${RUBY}|g" \ -e "s|/usr/bin/ruby|${RUBY}|g" \ -e "s|%%PREFIX%%|${PREFIX}|g" \ |