[56283] trunk/dports/textproc/psbind/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 25 18:02:03 PDT 2009


Revision: 56283
          http://trac.macports.org/changeset/56283
Author:   ryandesign at macports.org
Date:     2009-08-25 18:02:02 -0700 (Tue, 25 Aug 2009)
Log Message:
-----------
psbind: simplify destroot using xinstall

Modified Paths:
--------------
    trunk/dports/textproc/psbind/Portfile

Modified: trunk/dports/textproc/psbind/Portfile
===================================================================
--- trunk/dports/textproc/psbind/Portfile	2009-08-26 01:00:26 UTC (rev 56282)
+++ trunk/dports/textproc/psbind/Portfile	2009-08-26 01:02:02 UTC (rev 56283)
@@ -32,6 +32,5 @@
 build {}
 
 destroot {
-    file copy ${distpath}/${distfiles} ${destroot}${prefix}/bin/${name}
-    system "chmod +x ${destroot}${prefix}/bin/${name}"
+    xinstall -m 755 -W ${distpath} ${distfiles} ${destroot}${prefix}/bin/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090825/942801de/attachment.html>


More information about the macports-changes mailing list