diff options
| author | Robert Iannucci | 2009-10-02 12:53:40 -0700 |
|---|---|---|
| committer | Max Howell | 2009-10-03 15:41:21 +0100 |
| commit | 9fb1152f604353ea65cdc1914ee865a5615bdb10 (patch) | |
| tree | 9bf5a931e8aca7b1a9f183f217758739b8df020b | |
| parent | 95567b482f97069ee0fa26ecff0756170c9addab (diff) | |
| download | homebrew-9fb1152f604353ea65cdc1914ee865a5615bdb10.tar.bz2 | |
Fix colordiff on OS X 10.6
| -rw-r--r-- | Library/Formula/colordiff.rb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Library/Formula/colordiff.rb b/Library/Formula/colordiff.rb index 59372718d..b3185da87 100644 --- a/Library/Formula/colordiff.rb +++ b/Library/Formula/colordiff.rb @@ -16,7 +16,7 @@ end __END__ --- a/Makefile 2009-04-21 11:55:47.000000000 -0700 -+++ b/Makefile 2009-09-30 12:55:43.000000000 -0700 ++++ b/Makefile 2009-10-02 10:09:44.000000000 -0700 @@ -1,5 +1,5 @@ -INSTALL_DIR=/usr/local/bin -MAN_DIR=/usr/local/man/man1 @@ -25,7 +25,15 @@ __END__ ETC_DIR=/etc VERSION=1.0.9 DIST_FILES=COPYING INSTALL Makefile README \ -@@ -22,14 +22,16 @@ +@@ -8,6 +8,7 @@ + TMPDIR=colordiff-${VERSION} + TARBALL=${TMPDIR}.tar.gz + ++.PHONY: install + + doc: colordiff.xml cdiff.xml + xmlto -vv man colordiff.xml +@@ -22,14 +23,16 @@ install: install -d ${DESTDIR}${INSTALL_DIR} |
