diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-18 10:29:26 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-18 10:29:26 +0000 |
commit | a4c85b32d448940302d4df1f3241edea5f0438d4 (patch) | |
tree | 985aac98688017135609f20107fc790c27c75ccd /math/ruby-gnuplot | |
parent | 520ab052d87e97e93453a21c32ba1b406a4bf022 (diff) | |
download | ports-a4c85b32d448940302d4df1f3241edea5f0438d4.tar.gz ports-a4c85b32d448940302d4df1f3241edea5f0438d4.zip |
Notes
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 |