Changeset 1939 for trunk/dports


Ignore:
Timestamp:
Feb 2, 2003, 6:26:29 AM (21 years ago)
Author:
michaelm
Message:

destroot

Location:
trunk/dports/graphics
Files:
3 edited

Legend:

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

    r1684 r1939  
    2222configure.args  --with-jpeg=${prefix} --with-lcms=${prefix}
    2323
    24 contents        include/libmng.h \
    25                         include/libmng_conf.h \
    26                         include/libmng_types.h \
    27                         lib/libmng.1.0.0.dylib \
    28                         lib/libmng.1.dylib \
    29                         lib/libmng.a \
    30                         lib/libmng.dylib \
    31                         lib/libmng.la
  • trunk/dports/graphics/pict2pdf/Portfile

    r1507 r1939  
    1515
    1616install         { cd ${worksrcpath}
    17                   system "install -o root -m 755 -d ${prefix}/bin"
    18                   system "install -o root -m 755 -d ${prefix}/man/man1"
    19                   system "install -o root -m 755 -c pict2pdf ${prefix}/bin"
     17                  system "install -o root -m 755 -d ${destroot}${prefix}/bin"
     18                  system "install -o root -m 755 -d ${destroot}${prefix}/man/man1"
     19                  system "install -o root -m 755 -c pict2pdf ${destroot}${prefix}/bin"
    2020                  system "install -o root -m 644 -c pict2pdf.1 \
    21                     ${prefix}/man/man1" }
     21                    ${destroot}${prefix}/man/man1" }
    2222
    23 contents        bin/pict2pdf \
    24                 man/man1/pict2pdf.1
  • trunk/dports/graphics/pngcrush/Portfile

    r1652 r1939  
    2525configure       {}
    2626build           { system "cd '${worksrcpath}' && make -f Makefile.gcc" }
    27 install         { system "cd '${worksrcpath}' && install '${name}' '${prefix}'/bin" }
     27install         { system "cd '${worksrcpath}' && \
     28                  install -d '${destroot}${prefix}/bin' && \
     29                  install '${name}' '${destroot}${prefix}/bin'"
     30}
    2831
    29 contents        bin/pngcrush
Note: See TracChangeset for help on using the changeset viewer.