Ticket #6855: Portfile.diff

File Portfile.diff, 949 bytes (added by andre@…, 19 years ago)

This attachment patches the Portfile.

  • Portfile

    old new  
    44
    55name                    python24
    66version                 2.4.2
    7 revision                2
     7revision                3
    88set major_version       2
    99set minor_version       4
    1010categories              lang
     
    5353
    5454destroot.target frameworkinstall maninstall
    5555
    56 build.target-append             libpython.${version}.dylib
     56build.target-append             libpython${version}.dylib
    5757
    5858post-destroot {
    5959        if { ![variant_isset puredarwin] } {
     
    6969                        && ln -s ${prefix}/lib/python2.4/config config"
    7070        }
    7171        system "cd ${destroot}${prefix}/lib && \
    72                 mv    libpython.${version}.dylib libpython${version}.dylib && \
    7372                ln -s libpython${version}.dylib  libpython${major_version}.${minor_version}.dylib && \
    7473                ln -s libpython${version}.dylib  libpython${major_version}.dylib && \
    7574                ln -s libpython${version}.dylib  libpython.dylib"