[49970] trunk/dports/www/rtmpdump/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 21 08:39:57 PDT 2009


Revision: 49970
          http://trac.macports.org/changeset/49970
Author:   ryandesign at macports.org
Date:     2009-04-21 08:39:57 -0700 (Tue, 21 Apr 2009)
Log Message:
-----------
rtmpdump: simplify destroot

Modified Paths:
--------------
    trunk/dports/www/rtmpdump/Portfile

Modified: trunk/dports/www/rtmpdump/Portfile
===================================================================
--- trunk/dports/www/rtmpdump/Portfile	2009-04-21 15:15:11 UTC (rev 49969)
+++ trunk/dports/www/rtmpdump/Portfile	2009-04-21 15:39:57 UTC (rev 49970)
@@ -29,7 +29,5 @@
 }
  
 destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/bin
-    xinstall -m 755 ${worksrcpath}/rtmpdump ${destroot}${prefix}/bin
-    xinstall -m 755 ${worksrcpath}/get_iplayer ${destroot}${prefix}/bin
+    xinstall -m 755 -W ${worksrcpath} rtmpdump get_iplayer ${destroot}${prefix}/bin
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090421/5e06f6c2/attachment.html>


More information about the macports-changes mailing list