Changeset 7538 for trunk/dports


Ignore:
Timestamp:
Jun 16, 2004, 10:24:57 PM (20 years ago)
Author:
rshaw
Message:

Cleaned up share/doc file installation to install into share/doc/rdiff-backup
instead of share/doc/rdiff-backup-<version>.

Location:
trunk/dports/python/py-rdiff-backup
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-rdiff-backup/Portfile

    r7386 r7538  
    1 # $Id: Portfile,v 1.2 2004/06/06 05:31:15 rshaw Exp $
     1# $Id: Portfile,v 1.3 2004/06/16 22:24:57 rshaw Exp $
    22PortSystem              1.0
    33PortGroup               python 1.0
    44name                    py-rdiff-backup
    55version                 0.12.6
     6revision                1
    67categories-append       net
    78maintainers             rshaw@opendarwin.org
     
    3132depends_lib-append      lib:librsync:librsync
    3233
     34patchfiles              patch-setup.py \
     35                                patch-rdiff-backup.1
     36post-patch {
     37        reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/rdiff-backup.1
     38}
     39
    3340build.args              --librsync-dir=${prefix}
    34 
    35 post-destroot {
    36         set docPath ${prefix}/share/doc/rdiff-backup-${version}
    37         xinstall -m 0644 ${worksrcpath}/examples.html ${destroot}${docPath}
    38         reinplace "s|included in .* distribution|installed in ${docPath}|" \
    39                 ${destroot}${prefix}/share/man/man1/rdiff-backup.1
    40 }
    4141
    4242variant devel {
Note: See TracChangeset for help on using the changeset viewer.