Changeset 14610 for trunk/dports


Ignore:
Timestamp:
Oct 13, 2005, 8:38:02 PM (19 years ago)
Author:
mww
Message:

Bug: #5363
Submitted by: darren.bane@…
Reviewed by: mww@

update to 1.3

Location:
trunk/dports/net/autossh
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/autossh/Portfile

    r12202 r14610  
    1 # $Id: Portfile,v 1.10 2005/05/09 18:40:10 jmpp Exp $
     1# $Id: Portfile,v 1.11 2005/10/13 20:38:02 mww Exp $
    22
    33PortSystem 1.0
    44name            autossh
    5 version         1.2e
    6 revision        1
     5version         1.3
    76categories      net sysutils
    87maintainers     darwinports@opendarwin.org
     
    1413extract.suffix  .tgz
    1514master_sites    ${homepage}
    16 checksums       md5 a87ab44e866160e7be90c1e7969136be
    17 configure       {}
     15checksums       md5 0e7ec62eeca5d1b197f3ef2d0f0d417f
     16patchfiles      patch-autossh.c
     17use_configure   no
    1818build.target    -f Makefile.apple
    19 destroot        { cd ${worksrcpath}
    20                   xinstall -m 755 -d ${destroot}${prefix}/bin
    21                   xinstall -m 555 autossh ${destroot}${prefix}/bin
    22                   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    23                   xinstall -m 644 README rscreen ${destroot}${prefix}/share/doc/${name} }
     19destroot        {
     20        cd ${worksrcpath}
     21        xinstall -m 755 -d ${destroot}${prefix}/bin \
     22                ${destroot}${prefix}/share/doc/${name}
     23        xinstall -m 555 autossh ${destroot}${prefix}/bin
     24        xinstall -m 644 README rscreen ${destroot}${prefix}/share/doc/${name}
     25}
Note: See TracChangeset for help on using the changeset viewer.