Changeset 3953 for trunk/dports


Ignore:
Timestamp:
Nov 15, 2003, 5:08:33 PM (20 years ago)
Author:
mij
Message:

Add subdir variant.

Bug: 1122
Submitted by: Benoit Chesneau <bchesneau@…>
Reviewed by:
Approved by:
Obtained from:

Location:
trunk/dports/mail/imap-uw
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/imap-uw/Portfile

    r3950 r3953  
    1 # $Id: Portfile,v 1.10 2003/11/15 08:33:03 mij Exp $
     1# $Id: Portfile,v 1.11 2003/11/15 17:08:33 mij Exp $
    22
    33PortSystem 1.0
     
    2424build.target    osx
    2525
    26 platform darwin 7       { patchfiles patch-src-osdep-unix-Makefile \
    27                                      patch-src-osdep-unix-ckp_osx.c }
     26platform darwin 7 { patchfiles patch-src-osdep-unix-Makefile \
     27                    patch-src-osdep-unix-ckp_osx.c }
    2828
    29 variant ssl_plain       { patchfiles patch-Makefile
    30                           build.args SSLTYPE=unix }
     29variant ssl_plain { patchfiles patch-Makefile
     30                    build.args SSLTYPE=unix }
    3131
    32 variant mbx             { build.args-append CREATEPROTO=mbxproto }
     32variant mbx     { build.args-append CREATEPROTO=mbxproto }
     33
     34variant subdir  { patchfiles-append patch-env_unix.c }
    3335
    3436destroot        { system "install -m 755 -d ${destroot}${prefix}/sbin"
Note: See TracChangeset for help on using the changeset viewer.