Changeset 3972 for trunk/dports


Ignore:
Timestamp:
Nov 17, 2003, 9:55:42 AM (20 years ago)
Author:
mww
Message:

version bump, 'system' cmds replaced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-psycopg/Portfile

    r3850 r3972  
    1 # $Id: Portfile,v 1.1 2003/10/29 17:57:48 mww Exp $
     1# $Id: Portfile,v 1.2 2003/11/17 09:55:42 mww Exp $
    22
    33PortSystem 1.0
    44
    55name            py-psycopg
    6 version         1.1.9
     6version         1.1.10
    77categories      python databases
    88maintainers     mww@opendarwin.org
     
    1616master_sites    http://initd.org/pub/software/psycopg/
    1717distname        psycopg-${version}
    18 checksums       md5 3a8ab26a7b9d83c179675866e7d6d414
     18checksums       md5 2279a6aaddf8a8fbec44f782e5cdaa02
    1919
    2020#depends on postgresql +devel variant!
     
    4343
    4444post-destroot   {
    45         system "cd ${worksrcpath} \
    46         && install -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples \
    47         && cp AUTHORS COPYING RELEASE-1.0 CREDITS SUCCESS ChangeLog FAQ TODO \
    48                 VERSION INSTALL NEWS README doc/python-taylor.txt \
    49                 ${destroot}${prefix}/share/doc/${name} \
    50         && cp doc/examples/*.py ${destroot}${prefix}/share/doc/${name}/examples"
     45        file mkdir ${destroot}${prefix}/share/doc/${name}
     46        file copy ${worksrcpath}/AUTHORS ${worksrcpath}/COPYING \
     47                ${worksrcpath}/RELEASE-1.0 ${worksrcpath}/CREDITS \
     48                ${worksrcpath}/SUCCESS ${worksrcpath}/ChangeLog \
     49                ${worksrcpath}/VERSION ${worksrcpath}/doc/examples \
     50                ${worksrcpath}/NEWS ${worksrcpath}/README ${worksrcpath}/FAQ \
     51                ${worksrcpath}/INSTALL ${worksrcpath}/doc/python-taylor.txt \
     52                ${worksrcpath}/TODO ${destroot}${prefix}/share/doc/${name}
    5153}
Note: See TracChangeset for help on using the changeset viewer.