Ticket #49497: Portfile-openssh.diff

File Portfile-openssh.diff, 667 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    7575                    --with-privsep-path=/var/empty \
    7676                    --with-md5-passwords \
    7777                    --with-pid-dir=${prefix}/var/run \
    78                     --with-tcp-wrappers \
    7978                    --with-pam \
    8079                    --mandir=${prefix}/share/man \
    8180                    --with-zlib=${prefix} \
     
    9190test.run            yes
    9291test.target         tests
    9392
    94 if {${os.major} >= 12} {
    95     depends_lib-append  port:tcp_wrappers
    96 }
    97 
    9893post-destroot {
    9994    destroot.keepdirs ${destroot}${prefix}/var/run
    10095