aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-01-16 11:33:16 -0800
committerAdam Vandenberg2010-01-16 11:39:39 -0800
commit47cda6429c1794dd81b13c16f2a363984b2d97df (patch)
treeb4a2d390753b03e6b816f4da0b261a1643254b69 /Library/Formula
parentf52dc9ef5448202bc8689a722267dceff5ad4825 (diff)
downloadhomebrew-47cda6429c1794dd81b13c16f2a363984b2d97df.tar.bz2
Updates to exult:
* Use shorter URL for Ultima 7. * Add alias.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/exult.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/exult.rb b/Library/Formula/exult.rb
index 9eb4d22b9..ba8b0fc26 100644
--- a/Library/Formula/exult.rb
+++ b/Library/Formula/exult.rb
@@ -10,6 +10,8 @@ class Exult <Formula
depends_on 'sdl'
depends_on 'sdl_mixer'
+ aka 'ultima7'
+
def install
# Yes, really. Goddamnit.
inreplace "autogen.sh", "libtoolize", "glibtoolize"
@@ -28,7 +30,7 @@ class Exult <Formula
def caveats;
"Cocoa app installed to #{prefix}\n\n"\
"Note that this includes only the game engine; you will need to supply your own\n"\
- "own legal copy of the Ultima 7 game files. Try here:\n\n"\
- "http://www.amazon.com/gp/product/B0002SKOEC?ie=UTF8&tag=adamvandesper-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0002SKOEC"
+ "own legal copy of the Ultima 7 game files. Try here (Amazon.com):\n\n"\
+ "http://bit.ly/8JzovU"
end
end