diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75 (patch) | |
tree | 15e4740db2f14a3ea4848f1dfcc64de1e6b5d9bf /security/ssh2 | |
parent | feb212beb00bfe3bc18e398c9d57084415ce3efd (diff) | |
download | ports-4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75.tar.gz ports-4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75.zip |
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 7c8a9b6e7865..e2d4d04cb03c 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -8,7 +8,7 @@ # WITH_SSH1, WITH_TCPWRAP PORTNAME= ssh2 -PORTVERSION= 2.0.13 +PORTVERSION= 2.0.13 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ @@ -25,7 +25,7 @@ RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --enable-debug +CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --enable-debug #Uncomment if all your users are in their own group and their homedir #is writeable by that group. Beware the security implications! #CONFIGURE_ARGS+= --enable-group-writeability @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-tis CONFIGURE_ARGS+= --with-libwrap .elif defined(WITH_TCPWRAP) CONFIGURE_ARGS+= --with-libwrap="-L ${PREFIX}/lib -lwrap" -LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper +LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif MAN1= ssh2.1 ssh-keygen2.1 ssh-add2.1 ssh-agent2.1 \ |