Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 22460

Show
Ignore:
Timestamp:
03/01/07 03:53:43 (23 months ago)
Author:
pipping@…
Message:
  • cleanup
Files:
1 modified

Legend:

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

    r20472 r22460  
    11# $Id$ 
    22 
    3 PortSystem      1.0 
    4 name            yafic 
    5 version         1.2 
    6 categories      sysutils 
    7 maintainers     jd@lifehertz.com 
    8 platforms       darwin 
    9 description     Yet Another File Integrity Checker 
    10 long_description        yafic is a file integrity checker, similar to programs \ 
    11                         like Tripwire, integrit, and AIDE. 
    12 homepage        http://philosophysw.com/software/yafic/ 
    13 master_sites    sourceforge 
    14 checksums       md5 ada58bf2b150ced760b1e1a814c152c2 
     3PortSystem 1.0 
     4name            yafic 
     5version         1.2 
     6categories      sysutils 
     7maintainers     jd@lifehertz.com 
     8platforms       darwin 
     9description     Yet Another File Integrity Checker 
     10long_description \ 
     11    yafic is a file integrity checker, similar to programs like         \ 
     12    Tripwire, integrit, and AIDE. 
    1513 
    16 post-destroot   { 
    17         file copy ${worksrcpath}/yafic.conf.sample ${destroot}${prefix}/etc 
    18         file mkdir ${destroot}${prefix}/share/doc/${name} 
    19         file copy ${worksrcpath}/ChangeLog ${worksrcpath}/INSTALL \ 
    20                 ${worksrcpath}/README ${worksrcpath}/TODO \ 
    21                 ${destroot}${prefix}/share/doc/${name} 
     14homepage        http://philosophysw.com/software/yafic/ 
     15master_sites    sourceforge 
     16checksums       md5 ada58bf2b150ced760b1e1a814c152c2 
     17 
     18post-destroot { 
     19    xinstall ${worksrcpath}/yafic.conf.sample ${destroot}${prefix}/etc 
     20    xinstall -d ${destroot}${prefix}/share/doc/${name} 
     21        xinstall ${worksrcpath}/ChangeLog ${worksrcpath}/INSTALL \ 
     22      ${worksrcpath}/README ${worksrcpath}/TODO \ 
     23      ${destroot}${prefix}/share/doc/${name} 
    2224}