Changeset 3012 for trunk/dports


Ignore:
Timestamp:
Jul 8, 2003, 9:31:38 PM (21 years ago)
Author:
ranger
Message:

Lorin found another bug :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/arts/Portfile

    r3011 r3012  
    1 # $Id: Portfile,v 1.17 2003/07/08 16:51:44 ranger Exp $
     1# $Id: Portfile,v 1.18 2003/07/08 21:31:38 ranger Exp $
    22
    33PortSystem 1.0
     
    9898}
    9999post-patch      {
    100                 system "cd '${worksrcpath}' && cp -Rf ../admin/ admin"
    101                 system "cd '${worksrcpath}' && cp -Rf ../libltdl/ libltdl"
     100                system "cd '${worksrcpath}' && if test -d ../admin;   then cp -Rf ../admin/ admin; fi"
     101                system "cd '${worksrcpath}' && if test -d ../libltdl; then cp -Rf ../libltdl/ libltdl; fi"
    102102                system "cd '${worksrcpath}' && make -f admin/Makefile.common cvs"
    103103}
Note: See TracChangeset for help on using the changeset viewer.