Ticket #32974: Portfile.diff
File Portfile.diff, 447 bytes (added by mklein-de (Michael Klein), 13 years ago) |
---|
-
Portfile
38 38 universal_variant no 39 39 } 40 40 41 post-patch { 42 reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/CommandLineTool/platypus.1 ${worksrcpath}/CommonDefs.h 43 } 44 41 45 post-destroot { 42 46 reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh 43 47