[125079] trunk/dports/aqua/HandBrake71/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 4 11:39:13 PDT 2014


Revision: 125079
          https://trac.macports.org/changeset/125079
Author:   ryandesign at macports.org
Date:     2014-09-04 11:39:13 -0700 (Thu, 04 Sep 2014)
Log Message:
-----------
HandBrake71: fix and simplify destroot

Modified Paths:
--------------
    trunk/dports/aqua/HandBrake71/Portfile

Modified: trunk/dports/aqua/HandBrake71/Portfile
===================================================================
--- trunk/dports/aqua/HandBrake71/Portfile	2014-09-04 18:33:28 UTC (rev 125078)
+++ trunk/dports/aqua/HandBrake71/Portfile	2014-09-04 18:39:13 UTC (rev 125079)
@@ -75,7 +75,5 @@
 build.target
 build.env	CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 destroot	{
-       	set appPath ${destroot}${applications_dir}
-       	xinstall -d -m 755 ${appPath}
-       	file copy ${worksrcpath}/${name}.app ${appPath}/${name}.app
+	copy ${worksrcpath}/HandBrake.app ${destroot}${applications_dir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140904/a1734f40/attachment.html>


More information about the macports-changes mailing list