aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2012-02-11 12:52:19 -0600
committerMisty De Meo2012-02-11 12:53:15 -0600
commit97c7f1097442d66d0b3cc15337645c7cf7061ea0 (patch)
tree7e73d6291a8d298cf5886391c1b20cb4ee1e6b71 /Library
parentef87e720c9c4e671250a184634ae4b3adb45fdde (diff)
downloadhomebrew-97c7f1097442d66d0b3cc15337645c7cf7061ea0.tar.bz2
slashem, unnethack: use admin instead of staff
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/slashem.rb4
-rw-r--r--Library/Formula/unnethack.rb4
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