Changeset 19316 for trunk/dports


Ignore:
Timestamp:
Aug 29, 2006, 12:48:59 AM (18 years ago)
Author:
markd
Message:

Bug: 9961
Submitted by: bfulgham@…
Reviewed by: markd@
Approved by:
Obtained from:
Version update to 1.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/AquaLess/Portfile

    r12921 r19316  
    1 # $Id: Portfile,v 1.4 2005/07/04 03:54:56 pguyot Exp $
     1# $Id: Portfile,v 1.5 2006/08/29 00:48:59 markd Exp $
    22
    33PortSystem 1.0
    44
    55name                    AquaLess
    6 version                 1.4
     6version                 1.5
    77categories              aqua sysutils
    88platforms               darwin
     
    1515                       
    1616master_sites            sourceforge:aqualess
    17 checksums               md5 0d99b8d994cc538ce704e47fb32f5f53
     17checksums               md5 7e3d04993dc09c31f1daf09dbb5e2677
    1818
    1919distname                ${name}-${version}-src
     
    2727platform darwin 8 {
    2828        if {$xcodeversion == "2.1"} {
    29                 set appdir              build/Default
     29                set appdir              build/Release
    3030        }
    3131}
    3232
    33 destroot {              xinstall -d -m 755 ${destroot}/Applications/DarwinPorts
    34                         file copy ${worksrcpath}/${appdir}/${name}.app \
    35                                 ${destroot}/Applications/DarwinPorts/${name}.app
    36                         }
     33destroot {
     34                xinstall -d -m 755 ${destroot}/Applications/DarwinPorts
     35                file copy ${worksrcpath}/${appdir}/${name}.app \
     36                        ${destroot}/Applications/DarwinPorts/${name}.app
     37}
    3738
Note: See TracChangeset for help on using the changeset viewer.