Changeset 1004 for trunk/dports


Ignore:
Timestamp:
Oct 9, 2002, 5:31:26 AM (22 years ago)
Author:
eric
Message:

Explicitly install headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/jpeg/Portfile

    r960 r1004  
    1111master_sites    http://www.ijg.org/files/
    1212checksums       md5 dbd5f3b47ed13132f04c685d608a7547
     13
    1314post-build      { cd ${worksrcpath}
    1415                  system "cc -dynamiclib -install_name \
     
    2223
    2324post-install    { cd ${worksrcpath}
     25                  system "make install-headers"
    2426                  system "install -o root -m 644 -c libjpeg.${libver}.dylib \
    2527                  ${prefix}/lib"
Note: See TracChangeset for help on using the changeset viewer.