Changeset 3104 for trunk/dports


Ignore:
Timestamp:
Jul 30, 2003, 10:56:29 PM (21 years ago)
Author:
fkr
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

(part of the packaging run patches)
fixes creation of symlink to keep it in the destroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/cm3/Portfile

    r2364 r3104  
    1 # $Id: Portfile,v 1.5 2003/03/26 01:36:23 landonf Exp $
     1# $Id: Portfile,v 1.6 2003/07/30 22:56:29 fkr Exp $
    22PortSystem 1.0
    33name                    cm3
     
    6969install {
    7070    # create a link to cm3 (m3 compiler) in ${prefix}/cm3/bin
     71    cd ${destroot}/${prefix}/cm3/bin/
    7172    system "ln -s \
    72         ${destroot}/${prefix}/cm3/pkg/cm3/PPC_DARWIN/cm3 ${destroot}/${prefix}/cm3/bin/cm3"
     73        ../pkg/cm3/PPC_DARWIN/cm3"
    7374
    7475    # copy bootstrap configuration file to destroot
Note: See TracChangeset for help on using the changeset viewer.