aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2010-12-27 19:44:53 +0000
committerMike McQuaid2010-12-27 19:44:53 +0000
commit3e31663f9c87f95ea49235f2dd9261520ce29bab (patch)
tree53a99df663af9cd32e71c4ae804b18e925c7cb67 /Library/Formula
parentdab74b58a32b4616f41cba590879d03312c6f0e4 (diff)
downloadhomebrew-3e31663f9c87f95ea49235f2dd9261520ce29bab.tar.bz2
Add DjView4 upstream bug URL.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/djview4.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/djview4.rb b/Library/Formula/djview4.rb
index 0d238a2c2..48ea2d808 100644
--- a/Library/Formula/djview4.rb
+++ b/Library/Formula/djview4.rb
@@ -9,6 +9,8 @@ class Djview4 <Formula
depends_on 'qt'
def install
+ # Added bug upstream to fix this:
+ # https://sourceforge.net/tracker/?func=detail&aid=3146507&group_id=32953&atid=406583
inreplace "Makefile.in" do |s|
s.gsub! '${INSTALL_PROGRAM} src/djview ${DESTDIR}${bindir}/djview4', '/bin/cp -r src/djview.app ${DESTDIR}${prefix}'
end