From 8483b14e8e4932bdd3f1eb0925747ecf8072a3fd Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 19 Dec 2003 10:52:18 +0000 Subject: It might be better to indent the "if", rather than the ".", so that make(1) DTRT. --- net/tnftp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tnftp/Makefile b/net/tnftp/Makefile index 88a902f85bd..8eb47120668 100644 --- a/net/tnftp/Makefile +++ b/net/tnftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/12/19 09:16:52 agc Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/19 10:52:18 agc Exp $ # DISTNAME= tnftp-20030825 @@ -15,7 +15,7 @@ GNU_CONFIGURE= YES # Include SOCKS firewall support .if defined(USE_SOCKS) && (${USE_SOCKS} == "4" || ${USE_SOCKS} == "5") - .if ${USE_SOCKS} == "4" +. if ${USE_SOCKS} == "4" DEPENDS+= socks4-2.2:../../net/socks4 CONFIGURE_ARGS+= --with-socks4 . else -- cgit v1.2.3