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

jmr at macports.org jmr at macports.org
Thu Sep 4 05:11:36 PDT 2014


Revision: 125069
          https://trac.macports.org/changeset/125069
Author:   jmr at macports.org
Date:     2014-09-04 05:11:36 -0700 (Thu, 04 Sep 2014)
Log Message:
-----------
HandBrake71: fix brokenness

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

Modified: trunk/dports/aqua/HandBrake71/Portfile
===================================================================
--- trunk/dports/aqua/HandBrake71/Portfile	2014-09-04 11:27:03 UTC (rev 125068)
+++ trunk/dports/aqua/HandBrake71/Portfile	2014-09-04 12:11:36 UTC (rev 125069)
@@ -22,6 +22,8 @@
 homepage	http://handbrake.fr/
 master_sites	http://download.handbrake.fr/handbrake/old/:h \
 				http://download.handbrake.fr/handbrake/contrib/:c
+dist_subdir	HandBrake
+distname    HandBrake-${version}
 distfiles	HandBrake-${version}.tar.gz:h a52dec-0.7.4.tar.gz:c \
 		ffmpeg-20060201.tar.gz:c libdvdcss-1.2.9.tar.gz:c \
 		libdvdread-20050928.tar.gz:c faac-1.24.tar.gz:c \
@@ -68,12 +70,12 @@
 	file copy ${distpath}/x264-r401.tar.gz ${contrib}/x264.tar.gz
 	file copy ${distpath}/xvidcore-1.1.0.tar.gz ${contrib}/xvidcore.tar.gz
 }
-use_configure   yes
+
 build.cmd	jam
 build.target
 build.env	CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
 destroot	{
-       	set appPath ${destroot}/Applications/MacPorts
+       	set appPath ${destroot}${applications_dir}
        	xinstall -d -m 755 ${appPath}
        	file copy ${worksrcpath}/${name}.app ${appPath}/${name}.app
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140904/c0d7fb83/attachment.html>


More information about the macports-changes mailing list