Changeset 4318 for trunk/dports


Ignore:
Timestamp:
Dec 27, 2003, 8:40:02 PM (20 years ago)
Author:
jkh
Message:

Whoops - install the real pfe, not the temporary run wrapper

File:
1 edited

Legend:

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

    r4306 r4318  
    1 # $Id: Portfile,v 1.1 2003/12/27 07:39:52 jkh Exp $
     1# $Id: Portfile,v 1.2 2003/12/27 20:40:02 jkh Exp $
    22
    33PortSystem 1.0
     
    2222destroot {
    2323        global reldir
    24         system "cp ${worksrcpath}/Release/${reldir}/pfe/pfe ${destroot}${prefix}/bin"
    25         system "cp ${worksrcpath}/Release/${reldir}/pfe/pfe ${destroot}${prefix}/bin"
     24        system "cp ${worksrcpath}/Release/${reldir}/pfe/.libs/pfe ${destroot}${prefix}/bin"
     25        system "cp ${worksrcpath}/Release/${reldir}/pfe/.libs/*.dylib ${destroot}${prefix}/lib"
    2626        system "cp ${worksrcpath}/Release/${reldir}/pfe/pfe.1 ${destroot}${prefix}/share/man/man1"
    2727}
Note: See TracChangeset for help on using the changeset viewer.