Ticket #32220: TrailBlazer.diff

File TrailBlazer.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

unsuccessful patch

  • Portfile

     
    11# $Id$
    22
    33PortSystem 1.0
     4PortGroup       xcode 1.0
    45
    56name            TrailBlazer
    67version         0.5.1
     8revision        1
    79categories      aqua www
    8 platforms       darwin
    910maintainers     gmail.com:papabean
     11license         BSD
     12
    1013description     TrailBlazer is a browser with an experimental history
    1114long_description        TrailBlazer solves the problem of getting back to a  \
    1215                        web page you've been to before, but didn't have the \
     
    2629                        2004.
    2730
    2831homepage        http://www.acm.uiuc.edu/macwarriors/projects/trailblazer/
    29 fetch.type      cvs
    30 cvs.root        :pserver:anoncvs@clortho.acm.uiuc.edu:/afs/acm.uiuc.edu/common/cvsroot/macwarriors
    31 cvs.module      trailblazer
     32fetch.type      svn
     33svn.url         http://www.acm.uiuc.edu/svn/macwarriors/Trailblazer/trunk/
     34svn.revision    157
    3235
    33 set worksrcdir  trailblazer
     36worksrcdir      trunk
    3437
    35 use_configure   no
    36 
    37 build.type      pbx
    38 build.target
    39 
    4038destroot        {
    41         xinstall -d -m 755 ${destroot}/Applications/MacPorts
    4239        file copy ${worksrcpath}/build/TrailBlazer.app \
    43                 ${destroot}/Applications/MacPorts/TrailBlazer.app
     40                ${destroot}${applications_dir}/TrailBlazer.app
    4441}