Changeset 1936 for trunk/dports


Ignore:
Timestamp:
Feb 2, 2003, 5:47:33 AM (21 years ago)
Author:
michaelm
Message:

destroot

Location:
trunk/dports
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/apr/Portfile

    r1565 r1936  
    3838
    3939install {
    40                 system "cd ${workpath}/apr && make install"
    41                 system "cd ${workpath}/apr-util && make install"
     40                system "cd ${workpath}/apr && make install prefix=${destroot}${prefix}"
     41                system "cd ${workpath}/apr-util && make install prefix=${destroot}${prefix}"
    4242}
    4343
    44 include         contents
  • trunk/dports/x11/vtwm/Portfile

    r1790 r1936  
    1212patchfiles      patch-gram.y
    1313
    14 contents        bin/vtwm \
    15                 man/man1/vtwm.1
Note: See TracChangeset for help on using the changeset viewer.