Changeset 9294 for trunk/dports


Ignore:
Timestamp:
Nov 15, 2004, 3:15:04 PM (19 years ago)
Author:
olegb
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
update to 2.8.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/gconf/Portfile

    r9182 r9294  
    1 # $Id: Portfile,v 1.20 2004/11/07 01:03:17 jkh Exp $
     1# $Id: Portfile,v 1.21 2004/11/15 15:15:04 olegb Exp $
    22PortSystem 1.0
    33name            gconf
    4 version         2.8.0.1
    5 revision        1
     4version         2.8.1
    65description     GConf is a configuration database system.       
    76long_description        GConf is a configuration database system, \
     
    1514distname        GConf-${version}
    1615master_sites    gnome:sources/GConf/2.8/
    17 checksums       md5 54276dd7d6d50c96f77dc46da2bf5edf
     16checksums       md5 b1173cbe33404bcbcc15710ce2a28f67
    1817depends_lib     lib:libgtk2:gtk2 lib:libbonobo:libbonobo lib:libpng:libpng
    1918use_bzip2       yes
     
    2221                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" \
    2322                PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:/usr/lib/pkgconfig"
    24 pre-destroot    {
    25                 xinstall -m 0755 -d ${destroot}/${prefix}/etc/gconf/gconf.xml.mandatory
    26                 destroot.keepdirs ${destroot}/${prefix}/etc/gconf/gconf.xml.mandatory ${destroot}/${prefix}/etc/gconf/gconf.xml.defaults
     23pre-destroot {
     24        xinstall -m 0755 -d ${destroot}/${prefix}/etc/gconf/gconf.xml.mandatory
     25        destroot.keepdirs ${destroot}/${prefix}/etc/gconf/gconf.xml.mandatory ${destroot}/${prefix}/etc/gconf/gconf.xml.defaults
    2726
    28                 xinstall -m 0755 -d ${destroot}/${prefix}/etc/gconf/gconf.xml.defaults
    29                 }
     27        xinstall -m 0755 -d ${destroot}/${prefix}/etc/gconf/gconf.xml.defaults
     28}
    3029platform darwin 7 { configure.env-append       CFLAGS="-DBIND_8_COMPAT=1" }
    3130
Note: See TracChangeset for help on using the changeset viewer.