Changeset 125079 for trunk/dports/aqua/HandBrake71
- Timestamp:
- Sep 4, 2014, 6:39:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/HandBrake71/Portfile
r125069 r125079 76 76 build.env CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 77 77 destroot { 78 set appPath ${destroot}${applications_dir} 79 xinstall -d -m 755 ${appPath} 80 file copy ${worksrcpath}/${name}.app ${appPath}/${name}.app 78 copy ${worksrcpath}/HandBrake.app ${destroot}${applications_dir} 81 79 }
Note: See TracChangeset
for help on using the changeset viewer.