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 { 55 55 system "chmod +x ${destroot}${prefix}/bin/${name}" 56 56 } 57 57 58 pre-activate { 59 # Delete cache files left over from old installation 60 file delete -force -- ${prefix}/share/java/${name}/cachedir 61 } 62 58 63 variant installer description {Use installer, rather than building from source} { 59 64 fetch.type standard 60 65 distname ${name}-installer-${version}