diff options
author | knu <knu@FreeBSD.org> | 2002-11-18 18:29:26 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-18 18:29:26 +0800 |
commit | a221cb2e3e4407b72d74c3b1d33d8bc413e24050 (patch) | |
tree | 2ada116d30ff9a172cb22c78d2ecc229db4aadfd | |
parent | a2af941e76d45719c46957341ff62d4cad1f9f35 (diff) | |
download | freebsd-ports-gnome-a221cb2e3e4407b72d74c3b1d33d8bc413e24050.tar.gz freebsd-ports-gnome-a221cb2e3e4407b72d74c3b1d33d8bc413e24050.tar.zst freebsd-ports-gnome-a221cb2e3e4407b72d74c3b1d33d8bc413e24050.zip |
Remove unnecessary substitution.
Pointed out by: eivind
-rw-r--r-- | math/ruby-gnuplot/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/ruby-gnuplot/Makefile b/math/ruby-gnuplot/Makefile index e025d6639e66..48bd6ed657fe 100644 --- a/math/ruby-gnuplot/Makefile +++ b/math/ruby-gnuplot/Makefile @@ -31,9 +31,6 @@ post-patch: ${RUBY} -i.orig -p \ -e 'gsub %r:#!/bin/env:, "#!/usr/bin/env"' \ ${WRKSRC}/Gnuplot.rb - ${RUBY} -i.orig -p \ - -e 'gsub %r:gplot/Gnuplot:, "Gnuplot"' \ - ${WRKSRC}/demo.rb do-install: ${MKDIR} ${RUBY_SITELIBDIR}/gplot |