formula: shorten path helpers

This commit is contained in:
Adam Vandenberg 2012-10-28 08:54:54 -07:00
parent 18dbe47f9f
commit 1b991c5aae

View File

@ -119,12 +119,12 @@ class Formula
def rack; prefix.parent end
def bin; prefix+'bin' end
def doc; prefix+'share/doc'+name end
def doc; share+'doc'+name end
def include; prefix+'include' end
def info; prefix+'share/info' end
def info; share+'info' end
def lib; prefix+'lib' end
def libexec; prefix+'libexec' end
def man; prefix+'share/man' end
def man; share+'man' end
def man1; man+'man1' end
def man2; man+'man2' end
def man3; man+'man3' end