Changeset 98921


Ignore:
Timestamp:
Oct 21, 2012, 12:40:49 AM (12 years ago)
Author:
ryandesign@…
Message:

exodriver: fix library install_name

Location:
trunk/dports/science/exodriver
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/exodriver/Portfile

    r98920 r98921  
    99
    1010version             2.5.1
     11revision            1
    1112license             MIT
    1213categories          science
     
    2526depends_lib         port:libusb
    2627
     28patchfiles          patch-Makefile.diff
     29
    2730use_configure       no
    2831use_parallel_build  no
     
    3235build.args-append   CC="${configure.cc} [get_canonical_archflags cc]" \
    3336                    CXX="${configure.cxx} [get_canonical_archflags cxx]" \
    34                     CPP=${configure.cpp}
     37                    CPP=${configure.cpp} \
     38                    PREFIX=${prefix}
    3539
    36 post-patch {
    37     reinplace "s|/usr/local|${destroot}${prefix}|g" Makefile
    38     reinplace "s|-lusb-1.0|-L${prefix}/lib -lusb-1.0|g" Makefile
    39 }
     40destroot.args-append PREFIX=${prefix}
    4041
    4142livecheck.type      none
Note: See TracChangeset for help on using the changeset viewer.