From 9fb1152f604353ea65cdc1914ee865a5615bdb10 Mon Sep 17 00:00:00 2001 From: Robert Iannucci Date: Fri, 2 Oct 2009 12:53:40 -0700 Subject: Fix colordiff on OS X 10.6 --- Library/Formula/colordiff.rb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Library') 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} -- cgit v1.2.3