diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/slashem.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/unnethack.rb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/slashem.rb b/Library/Formula/slashem.rb index 7e71a6627..e041c9257 100644 --- a/Library/Formula/slashem.rb +++ b/Library/Formula/slashem.rb @@ -3,8 +3,8 @@ require 'formula' class Slashem < Formula homepage 'http://slashem.sourceforge.net' url 'http://downloads.sourceforge.net/project/slashem/slashem-source/0.0.8E0F1/se008e0f1.tar.gz' - version "0.0.8E0F1" md5 'cdfceaf7888246934dec8e256ac0a738' + version "0.0.8E0F1" skip_clean 'slashemdir/save' @@ -21,7 +21,7 @@ class Slashem < Formula system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-mandir=#{man}", - "--with-group=staff", + "--with-group=admin", "--with-owner=#{`echo $USER`}" system "make install" diff --git a/Library/Formula/unnethack.rb b/Library/Formula/unnethack.rb index 818713b18..27c5b9a42 100644 --- a/Library/Formula/unnethack.rb +++ b/Library/Formula/unnethack.rb @@ -1,8 +1,8 @@ require 'formula' class Unnethack < Formula - url 'https://downloads.sourceforge.net/project/unnethack/unnethack/3.6.1/unnethack-3.6.1-20120205.tar.gz' homepage 'http://sourceforge.net/apps/trac/unnethack/' + url 'https://downloads.sourceforge.net/project/unnethack/unnethack/3.6.1/unnethack-3.6.1-20120205.tar.gz' md5 '675c00d776e513d5aedaf11f071af569' skip_clean "var/unnethack/bones" @@ -11,7 +11,7 @@ class Unnethack < Formula def install system "./configure", "--prefix=#{prefix}", - "--with-owner=#{`id -un`}", "--with-group=staff", + "--with-owner=#{`id -un`}", "--with-group=admin", "--enable-wizmode=#{`id -un`}" system "make install" end |
