smake: remove obsoleted superenv workaround

This commit is contained in:
Jack Nagel 2013-11-17 19:39:30 -06:00
parent b8f9341955
commit a2908685d5

View file

@ -13,10 +13,6 @@ class Smake < Formula
def install
ENV.delete 'MAKEFLAGS' # the bootstrap smake does not like -j
# The configure script was generated by autoconf 2.13, so the heuristic
# that superenv uses to detect configure fails. This works around it.
inreplace 'autoconf/configure','# From configure.in 1.243', 'DUALCASE=1; export DUALCASE'
system "make", "GMAKE_NOWARN=true", "INS_BASE=#{libexec}", "INS_RBASE=#{libexec}", "install"
bin.install_symlink libexec/"bin/smake"
man1.install_symlink Dir["#{libexec}/share/man/man1/*.1"]