Changeset 4609 for trunk/dports


Ignore:
Timestamp:
Jan 13, 2004, 11:19:10 AM (20 years ago)
Author:
yeled
Message:

x Updated to latest
x Now using xinstall
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

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

    r4479 r4609  
    1 # $Id: Portfile,v 1.9 2004/01/06 09:41:37 fkr Exp $
     1# $Id: Portfile,v 1.10 2004/01/13 11:19:10 yeled Exp $
    22
    33PortSystem 1.0
    44name            keychain
    5 version         2.0.2
    6 revision        1
     5version         2.0.3
    76categories      sysutils security
    87maintainers     yeled@opendarwin.org
     
    1413homepage        http://www.gentoo.org/proj/en/keychain.xml
    1514platforms       darwin freebsd
    16 master_sites    http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/
    17 checksums       md5 931bab773fe6cc438b07694a6f22e819
     15master_sites    http://gentoo.oregonstate.edu/distfiles/
     16checksums       md5 1183410bac4a747cd9ae483a1f24b7c5
    1817use_bzip2       yes
    19 extract.suffix  .bz2
     18extract.suffix  .tar.bz2
    2019configure {}
    2120build {}
    2221destroot {
    2322        file mkdir ${destroot}${prefix}/bin
    24         system "install -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin"
     23        xinstall -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin
    2524}
Note: See TracChangeset for help on using the changeset viewer.