Ticket #20328: memtester.diff

File memtester.diff, 408 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)
  • Portfile

     
    2727pre-patch {
    2828     reinplace "s|/usr/local|${destroot}${prefix}|" ${worksrcpath}/Makefile
    2929     reinplace "s|man/man|share/man/man|" ${worksrcpath}/Makefile
     30     reinplace "s|^cc|${configure.cc}|g" ${worksrcpath}/conf-cc ${worksrcpath}/conf-ld
    3031}