1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/science/rubygem-netcdf/files/patch-extconf.rb
Steve Wills c9730815c9 This is a Ruby interface to the NetCDF scientific IO library.
WWW: http://ruby.gfd-dennou.org/products/ruby-netcdf

PR:		ports/187932
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>
2014-03-26 01:15:21 +00:00

13 lines
456 B
Ruby

--- extconf.rb.orig Thu Jun 23 09:20:15 2005
+++ extconf.rb Tue Jan 17 13:36:39 2006
@@ -105,9 +105,6 @@
newmkfl.puts("")
newmkfl.puts("test: all") # insert the "test" target
newmkfl.puts("\t\t@cd test && ruby test.rb && echo 'test did not fail :-p (please ignore the warnings)' && cd ..")
- when /lib\/netcdf/
- line = line.chomp! + "/"
- newmkfl.puts(line)
else
newmkfl.puts(line)
end