Changeset 4191 for trunk/dports


Ignore:
Timestamp:
Dec 10, 2003, 10:10:16 PM (20 years ago)
Author:
mww
Message:

-added missing 'platforms' key
-replaced 'system' cmds with 'file' equivalent

File:
1 edited

Legend:

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

    r3977 r4191  
    1 # $Id: Portfile,v 1.5 2003/11/17 21:19:58 jkh Exp $
     1# $Id: Portfile,v 1.6 2003/12/10 22:10:16 mww Exp $
    22
    33PortSystem 1.0
     
    77categories      devel
    88maintainers     mww@opendarwin.org
     9platforms       darwin
    910description     a general purpose MPEG video/audio player/library
    1011long_description        smpeg is a general purpose MPEG video/audio player and \
     
    2627
    2728post-patch {
    28         system "cp ${distpath}/ltconfig13 ${worksrcpath}/ltconfig"
    29         system "cp ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh"
     29        file copy -force ${distpath}/ltconfig13 ${worksrcpath}/ltconfig
     30        file copy -force ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh
    3031}
    3132
     
    3637                --mandir=${prefix}/share/man
    3738
    38 post-configure  { reinplace "s|gcc|g++|g" ${worksrcpath}/Makefile }
     39post-configure  {
     40        reinplace "s|gcc|g++|g" ${worksrcpath}/Makefile
     41}
    3942
    4043build.target
Note: See TracChangeset for help on using the changeset viewer.