From 7e668e7ede4eefa430341fe5324932d42a9ff421 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Mon, 11 Jun 2012 23:18:18 -0700 Subject: snobol4 1.4.1 Upgrade snobol4 to version 1.4.1 and add `--mandir`. Tested on Lion using llvm and clang from XCode-4.3.3. Signed-off-by: Adam Vandenberg --- Library/Formula/snobol4.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/snobol4.rb b/Library/Formula/snobol4.rb index 8f67cc554..3e66008b3 100644 --- a/Library/Formula/snobol4.rb +++ b/Library/Formula/snobol4.rb @@ -1,12 +1,12 @@ require 'formula' class Snobol4 < Formula - url 'ftp://ftp.ultimate.com/snobol/snobol4-1.2.tar.gz' homepage 'http://www.snobol4.org/' - md5 '5265d1e21b8d1963e0c7fe830c3d5172' + url 'ftp://ftp.ultimate.com/snobol/snobol4-1.4.1.tar.gz' + sha1 'bfff40320b75fef507b463eacdf7c74a2e448f72' def install - system "./configure", "--prefix=#{prefix}" - system "make install" + system './configure', "--prefix=#{prefix}", "--mandir=#{man}" + system 'make install' end end -- cgit v1.2.3