Ticket #2660: lbdb-0.29_2.diff

File lbdb-0.29_2.diff, 1.7 KB (added by reilles@…, 20 years ago)

the patch

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/mail/lbdb/Portfile,v
    retrieving revision 1.3
    diff -u -r1.3 Portfile
     
    11# $Id: Portfile,v 1.3 2004/02/25 19:58:40 olegb Exp $
    2 PortSystem 1.0
    3 name            lbdb
    4 version         0.29
    5 revision        1
     2PortSystem  1.0
     3name                lbdb
     4version           0.29
     5revision          2
    66categories      mail
    77description     The little brother's database for the mutt mail reader.
    88long_description        This package consists of a set of small tools, \
     
    1111                        query feature. \
    1212                        It can use Emacs bbdb, abook, ldap and evec mac os \
    1313                        x addressbook for query.
    14 homepage        http://www.spinnaker.de/lbdb/
    15 platforms       darwin freebsd
    16 maintainers     jtonio@users.sourceforge.net
     14homepage            http://www.spinnaker.de/lbdb/
     15platforms           darwin freebsd
     16maintainers       reilles@loria.fr
    1717master_sites    http://www.spinnaker.de/debian/
    1818checksums       md5 1b29222036f564f45d22ce86284c0611
    19 distname        ${name}_${version}
    20 configure.dir   ${workpath}/${name}-${version}
    21 configure.args  --prefix=${prefix}
     19distname      ${name}_${version}
     20configure.dir ${workpath}/${name}-${version}
     21configure.args         --prefix=${prefix}
    2222configure.args-append  --libdir=${prefix}/lib/lbdb/
    23 build.dir       ${configure.dir}
    24 destroot.target install
     23build.dir        ${configure.dir}
     24destroot.target  install
    2525destroot.destdir install_prefix=${destroot}
     26
     27post-destroot {
     28        xinstall -m 755 -d ${destroot}${prefix}/share/emacs/site-lisp
     29        file copy ${configure.dir}/lbdb.el ${destroot}${prefix}/share/emacs/site-lisp
     30}