diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 20:19:44 +0000 |
commit | db628b5105efc23a5c41f7d15c720de6a964e98c (patch) | |
tree | 7b115f7a3ea8e0b4c510af52f97af85492105f0a /security/ssh | |
parent | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (diff) | |
download | FreeBSD-ports-db628b5105efc23a5c41f7d15c720de6a964e98c.zip FreeBSD-ports-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.gz |
typo clean up police: \s -> \t
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index f080f81..13be90b 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -106,10 +106,10 @@ post-install: CONFIGURE_ARGS+= --with-libwrap .else .if defined(WITH_TCPWRAP) || (exists(${PREFIX}/lib/libwrap.a) \ - && !defined(WITHOUT_TCPWRAP)) + && !defined(WITHOUT_TCPWRAP)) CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib CFLAGS="${CFLAGS} -I${PREFIX}/include" CONFIGURE_ARGS+= --with-libwrap -LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper +LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif .endif @@ -130,7 +130,7 @@ CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5 # Include extra files if X11 is installed .if defined(WITH_X11) || (exists(${X11BASE}/lib/libX11.a) \ - && !defined(WITHOUT_X11)) + && !defined(WITHOUT_X11)) USE_XLIB= yes PLIST:= ${WRKDIR}/PLIST pre-install: |