Changeset 4229 for trunk/dports


Ignore:
Timestamp:
Dec 16, 2003, 7:55:29 AM (20 years ago)
Author:
mij
Message:

Clean up the installation and put things in ${prefix}/bin and
${prefix}/libexec where they should've gone in the first place.

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

File:
1 edited

Legend:

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

    r4228 r4229  
    1 # $Id: Portfile,v 1.13 2003/12/16 07:04:24 mij Exp $
     1# $Id: Portfile,v 1.14 2003/12/16 07:55:29 mij Exp $
    22
    33PortSystem 1.0
    44name            imap-uw
    55version         2002e
    6 revision        2
     6revision        3
    77categories      mail
    88maintainers     mij@opendarwin.org
     
    5252variant subdir  { patchfiles-append patch-env_unix.c }
    5353
    54 destroot        { system "install -m 755 -d ${destroot}${prefix}/sbin"
     54destroot        { system "install -m 755 -d ${destroot}${prefix}/libexec"
    5555                  system "install -m 755 -d ${destroot}${prefix}/bin"
    5656                  system "install -m 755 -d ${destroot}${prefix}/share/man/man8"
    5757                  system "install -m 755 -d ${destroot}${prefix}/share/man/man1"
    58                   system "install -m 755 ${worksrcpath}/imapd/imapd ${destroot}${prefix}/sbin"
    59                   system "install -m 755 ${worksrcpath}/ipopd/ipop3d ${destroot}${prefix}/sbin/ipop2d"
    60                   system "install -m 755 ${worksrcpath}/ipopd/ipop3d ${destroot}${prefix}/sbin/ipop3d"
     58                  system "install -m 755 ${worksrcpath}/imapd/imapd ${destroot}${prefix}/libexec"
     59                  system "install -m 755 ${worksrcpath}/ipopd/ipop3d ${destroot}${prefix}/libexec/ipop2d"
     60                  system "install -m 755 ${worksrcpath}/ipopd/ipop3d ${destroot}${prefix}/libexec/ipop3d"
    6161                  system "install -m 755 ${worksrcpath}/mailutil/mailutil ${destroot}${prefix}/bin"
    62                   system "install -m 755 ${worksrcpath}/tmail/tmail ${destroot}${prefix}/sbin"
    63                   system "install -m 755 ${worksrcpath}/dmail/dmail ${destroot}${prefix}/sbin"
    64                   system "install -m 755 ${worksrcpath}/mtest/mtest ${destroot}${prefix}/bin"
    65                   system "install -m 755 ${worksrcpath}/mlock/mlock ${destroot}${prefix}/sbin"
     62                  system "install -m 755 ${worksrcpath}/tmail/tmail ${destroot}${prefix}/bin"
     63                  system "install -m 755 ${worksrcpath}/dmail/dmail ${destroot}${prefix}/bin"
     64                  system "install -m 755 ${worksrcpath}/mtest/mtest ${destroot}${prefix}/bin/mboxtest"
     65                  system "install -g mail -m 2711 ${worksrcpath}/mlock/mlock ${destroot}${prefix}/libexec"
    6666                  system "install -m 755 ${worksrcpath}/src/imapd/imapd.8c ${destroot}${prefix}/share/man/man8/imapd.8"
    6767                  system "install -m 755 ${worksrcpath}/src/ipopd/ipopd.8c ${destroot}${prefix}/share/man/man8/ipopd.8"
Note: See TracChangeset for help on using the changeset viewer.