[75617] trunk/dports/graphics/scantailor/Portfile

raphael at macports.org raphael at macports.org
Tue Feb 1 07:01:04 PST 2011


Revision: 75617
          http://trac.macports.org/changeset/75617
Author:   raphael at 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:
--------------
    trunk/dports/graphics/scantailor/Portfile

Modified: trunk/dports/graphics/scantailor/Portfile
===================================================================
--- 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] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110201/c3189312/attachment.html>


More information about the macports-changes mailing list