Ticket #11604: openvpn2-Portfile.diff

File openvpn2-Portfile.diff, 414 bytes (added by yunzheng.hu@…, 17 years ago)

updated openvpn2 Portfile with the removed reinplace

  • Portfile

     
    3333        depends_lib-delete      port:lzo2
    3434}
    3535
    36 post-patch {
    37         reinplace "s|lzo/lzo|lzo2/lzo|g" \
    38                 "${worksrcpath}/configure"  \
    39                 "${worksrcpath}/lzo.h"
    40  }
    41 
    4236post-destroot {
    4337        set docdir ${destroot}/${prefix}/share/doc/${name}
    4438        xinstall -m 755 -d ${docdir}