Ticket #49497: Portfile-openssh.diff
File Portfile-openssh.diff, 667 bytes (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 75 75 --with-privsep-path=/var/empty \ 76 76 --with-md5-passwords \ 77 77 --with-pid-dir=${prefix}/var/run \ 78 --with-tcp-wrappers \79 78 --with-pam \ 80 79 --mandir=${prefix}/share/man \ 81 80 --with-zlib=${prefix} \ … … 91 90 test.run yes 92 91 test.target tests 93 92 94 if {${os.major} >= 12} {95 depends_lib-append port:tcp_wrappers96 }97 98 93 post-destroot { 99 94 destroot.keepdirs ${destroot}${prefix}/var/run 100 95