Revision
75617
Author
raphael@macports.org
Date
2011-02-01 07:01:02 -0800 (Tue, 01 Feb 2011)

Log Message

scantailor: fix bug on case-sensitive filesystems; see #28233

Modified Paths

Diff

Modified: trunk/dports/graphics/scantailor/Portfile (75616 => 75617)


--- trunk/dports/graphics/scantailor/Portfile	2011-02-01 14:36:17 UTC (rev 75616)
+++ trunk/dports/graphics/scantailor/Portfile	2011-02-01 15:01:02 UTC (rev 75617)
@@ -7,7 +7,7 @@
 
 name                            scantailor
 version                         0.9.9.2
-revision                        2
+revision                        3
 platforms                       darwin
 maintainers                     raphael openmaintainer
 license                         GPL-3+
@@ -44,7 +44,7 @@
                                 xinstall -d ${appdir}
                                 xinstall -d ${appdir}/Contents/MacOS
                                 copy ${worksrcpath}/packaging/osx/Info.plist.in ${appdir}/Contents/Info.plist
-                                move ${destroot}${prefix}/bin/scantailor ${appdir}/Contents/MacOS/
+                                move ${destroot}${prefix}/bin/scantailor ${appdir}/Contents/MacOS/ScanTailor
                                 xinstall -d ${appdir}/Contents/Resources
                                 copy ${worksrcpath}/packaging/osx/ScanTailor.icns ${appdir}/Contents/Resources/
                                 eval move [glob ${destroot}${prefix}/share/scantailor/translations/scantailor_*.qm] \