[32655] trunk/dports/x11/xroot/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 10 04:50:54 PST 2008


Revision: 32655
          http://trac.macosforge.org/projects/macports/changeset/32655
Author:   ryandesign at macports.org
Date:     2008-01-10 04:50:46 -0800 (Thu, 10 Jan 2008)

Log Message:
-----------
xroot: use xinstall instead of system install

Modified Paths:
--------------
    trunk/dports/x11/xroot/Portfile

Modified: trunk/dports/x11/xroot/Portfile
===================================================================
--- trunk/dports/x11/xroot/Portfile	2008-01-10 12:49:29 UTC (rev 32654)
+++ trunk/dports/x11/xroot/Portfile	2008-01-10 12:50:46 UTC (rev 32655)
@@ -31,5 +31,5 @@
     system "cd ${worksrcpath} && c++ ${distfile} -Wall -L${x11prefix}/lib -I${x11prefix}/include -lX11 -o xroot"
 }
 destroot    {
-    system "install -m 755 ${worksrcpath}/xroot ${destroot}${prefix}/bin/"
+    xinstall -m 755 ${worksrcpath}/xroot ${destroot}${prefix}/bin/
 }

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


More information about the macports-changes mailing list