slashem, unnethack: use admin instead of staff

This commit is contained in:
Misty De Meo 2012-02-11 12:52:19 -06:00
parent 061bd88cdd
commit 994343a31d
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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