Changeset 3927 for trunk/dports


Ignore:
Timestamp:
Nov 11, 2003, 9:52:19 PM (20 years ago)
Author:
fkr
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

this port was really broken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/exim/Portfile

    r3922 r3927  
    1 # $Id: Portfile,v 1.18 2003/11/11 14:06:04 fkr Exp $
     1# $Id: Portfile,v 1.19 2003/11/11 21:52:19 fkr Exp $
    22
    33PortSystem 1.0
     
    2222
    2323set exim_user   exim
     24patch.pre_args  -p1
    2425
    2526configure   {   cd ${worksrcpath}
     
    4344                system "install -o root -m 755 -c \
    4445                     ${portpath}/files/exim.sh ${destroot}${prefix}/etc/rc.d"
     46                system "touch '${destroot}${prefix}/var/spool/exim/.turd'"
    4547                reinplace "s|__PREFIX|${prefix}|g" ${destroot}${prefix}/etc/rc.d/exim.sh }
    4648
     
    5355variant exiscan { patch_sites           http://duncanthrax.net/exiscan-acl/
    5456                  patchfiles-append     exiscan-acl-4.24-13.patch       
    55                   checksums-append      exiscan-acl-4.24-13.patch md5 c8eb375adc7a7233d754eec20f07997f
    56                   patch.pre_args        -p1 }
     57                  checksums-append      exiscan-acl-4.24-13.patch md5 c8eb375adc7a7233d754eec20f07997f }
    5758
    5859variant mysql { depends_lib-append      lib:libmysqlclient:mysql }
     
    7273        }
    7374
    74         if {[variant_isset smtp_auth ]} {
     75        if {[variant_isset smtp-auth ]} {
    7576                reinplace "s|# AUTH_CRAM_MD5=yes|AUTH_CRAM_MD5=yes|g" Local/Makefile
    7677                reinplace "s|# AUTH_PLAINTEXT=yes|AUTH_PLAINTEXT=yes|g" Local/Makefile
Note: See TracChangeset for help on using the changeset viewer.