[26481] trunk/dports/devel/poedit/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 25 14:25:42 PDT 2007


Revision: 26481
          http://trac.macosforge.org/projects/macports/changeset/26481
Author:   ryandesign at macports.org
Date:     2007-06-25 14:25:41 -0700 (Mon, 25 Jun 2007)

Log Message:
-----------
poedit: fix typo in installed app name and use file copy instead of system cp -r

Modified Paths:
--------------
    trunk/dports/devel/poedit/Portfile

Modified: trunk/dports/devel/poedit/Portfile
===================================================================
--- trunk/dports/devel/poedit/Portfile	2007-06-25 20:23:48 UTC (rev 26480)
+++ trunk/dports/devel/poedit/Portfile	2007-06-25 21:25:41 UTC (rev 26481)
@@ -4,6 +4,7 @@
 
 name            poedit
 version         1.3.6
+revision        1
 categories      devel aqua
 platforms       darwin 
 maintainers     raimue at macports.org \
@@ -44,7 +45,7 @@
 
 destroot {
     set appPath "/Applications/MacPorts/"
-    xinstall -d -m 755 ${destroot}${appPath}poedit.app
-    system "cp -r ${worksrcpath}/src/poedit.app ${destroot}${appPath}podedit.app"
+    xinstall -d -m 755 ${destroot}${appPath}
+    file copy ${worksrcpath}/src/poedit.app ${destroot}${appPath}poedit.app
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070625/8b314a86/attachment.html


More information about the macports-changes mailing list