Changeset 1921 for trunk/dports


Ignore:
Timestamp:
Jan 30, 2003, 6:43:15 AM (21 years ago)
Author:
jpm
Message:

destdir'tastic.

Location:
trunk/dports
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/security/keychain/Portfile

    r1528 r1921  
    66maintainers     jpm@opendarwin.org
    77description     A user-friendly front-end to ssh-agent(1)
    8 long_description        Keychain is a shell script which acts as \
    9         user-friendly front-end to ssh-agent(1), allowing you to have \
    10         one long-running ssh-agent process per system rather than per \
    11         login session.
    12 platforms       darwin
     8long_description        \
     9        Keychain is a shell script which acts as user-friendly front-end to \
     10        ssh-agent(1), allowing you to have one long-running ssh-agent \
     11        process per system rather than per login session.
     12homepage        http://www.gentoo.org/proj/en/keychain.xml
     13platforms       darwin freebsd
    1314master_sites    http://www.ibiblio.org/gentoo/distfiles/
    1415checksums       md5 931bab773fe6cc438b07694a6f22e819
     
    1819build { }
    1920install {
    20         system "install -o root -m 755 ${worksrcpath}/keychain ${prefix}/bin"
     21        system "install -d ${destroot}${prefix}/bin"
     22        system "install -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin"
    2123}
    22 
    23 contents bin/keychain
  • trunk/dports/sysutils/keychain/Portfile

    r1528 r1921  
    66maintainers     jpm@opendarwin.org
    77description     A user-friendly front-end to ssh-agent(1)
    8 long_description        Keychain is a shell script which acts as \
    9         user-friendly front-end to ssh-agent(1), allowing you to have \
    10         one long-running ssh-agent process per system rather than per \
    11         login session.
    12 platforms       darwin
     8long_description        \
     9        Keychain is a shell script which acts as user-friendly front-end to \
     10        ssh-agent(1), allowing you to have one long-running ssh-agent \
     11        process per system rather than per login session.
     12homepage        http://www.gentoo.org/proj/en/keychain.xml
     13platforms       darwin freebsd
    1314master_sites    http://www.ibiblio.org/gentoo/distfiles/
    1415checksums       md5 931bab773fe6cc438b07694a6f22e819
     
    1819build { }
    1920install {
    20         system "install -o root -m 755 ${worksrcpath}/keychain ${prefix}/bin"
     21        system "install -d ${destroot}${prefix}/bin"
     22        system "install -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin"
    2123}
    22 
    23 contents bin/keychain
Note: See TracChangeset for help on using the changeset viewer.