pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tnftp It might be better to indent the "if", rathe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f28547f25ff4
branches: trunk
changeset: 465005:f28547f25ff4
user: agc <agc%pkgsrc.org@localhost>
date: Fri Dec 19 10:52:18 2003 +0000
description:
It might be better to indent the "if", rather than the ".", so that make(1)
DTRT.
diffstat:
net/tnftp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 40e0014a533f -r f28547f25ff4 net/tnftp/Makefile
--- a/net/tnftp/Makefile Fri Dec 19 09:52:36 2003 +0000
+++ b/net/tnftp/Makefile Fri Dec 19 10:52:18 2003 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index