Ticket #51981: Portfile.diff

File Portfile.diff, 555 bytes (added by amake (Aaron Madlon-Kay), 8 years ago)
  • lang/jython/Portfile

    diff --git a/lang/jython/Portfile b/lang/jython/Portfile
    index 7f67e5a..1eab123 100644
    a b post-destroot { 
    5555    system "chmod +x ${destroot}${prefix}/bin/${name}"
    5656}
    5757
     58pre-activate {
     59    # Delete cache files left over from old installation
     60    file delete -force -- ${prefix}/share/java/${name}/cachedir
     61}
     62
    5863variant installer description {Use installer, rather than building from source} {
    5964    fetch.type      standard
    6065    distname        ${name}-installer-${version}