diff options
Diffstat (limited to 'math/ruby-gnuplot')
-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 |