diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 16:19:33 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 16:19:33 +0800 |
commit | 084e6f2af64a7a37026b42439396fb80814b7ff3 (patch) | |
tree | 0a2ab527c09bd56fb7098f69adc715d629a7da97 /security/ssh2 | |
parent | fef90ef29a8aec44c1d930de3396ab6ff3eabbd8 (diff) | |
download | freebsd-ports-gnome-084e6f2af64a7a37026b42439396fb80814b7ff3.tar.gz freebsd-ports-gnome-084e6f2af64a7a37026b42439396fb80814b7ff3.tar.zst freebsd-ports-gnome-084e6f2af64a7a37026b42439396fb80814b7ff3.zip |
Correct whitespace introduced during PORTNAME conversion and portlint
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 \ |