pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tnftp indent conditionals, quote some literals, up...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4b6989b5bc87
branches: trunk
changeset: 464923:4b6989b5bc87
user: grant <grant%pkgsrc.org@localhost>
date: Thu Dec 18 01:47:07 2003 +0000
description:
indent conditionals, quote some literals, uppercase FTP and a literal.
diffstat:
net/tnftp/Makefile | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (41 lines):
diff -r a2df7a424176 -r 4b6989b5bc87 net/tnftp/Makefile
--- a/net/tnftp/Makefile Thu Dec 18 01:18:39 2003 +0000
+++ b/net/tnftp/Makefile Thu Dec 18 01:47:07 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/08/25 12:24:04 lukem Exp $
+# $NetBSD: Makefile,v 1.3 2003/12/18 01:47:07 grant Exp $
#
DISTNAME= tnftp-20030825
@@ -8,24 +8,24 @@
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/
MAINTAINER= lukem%NetBSD.org@localhost
-COMMENT= The enhanced ftp client in NetBSD
+COMMENT= The enhanced FTP client in NetBSD
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
# Include SOCKS firewall support
-.if defined(USE_SOCKS) && (${USE_SOCKS} == 4 || ${USE_SOCKS} == 5)
-.if ${USE_SOCKS} == 4
+.if defined(USE_SOCKS) && (${USE_SOCKS} == "4" || ${USE_SOCKS} == "5")
+ .if ${USE_SOCKS} == "4"
DEPENDS+= socks4-2.2:../../net/socks4
CONFIGURE_ARGS+= --with-socks4
-.else
+. else
DEPENDS+= socks5-1.0.2:../../net/socks5
CONFIGURE_ARGS+= --with-socks5
-.endif
+. endif
.endif
-.if defined(USE_INET6) && ${USE_INET6} == YES
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
Home |
Main Index |
Thread Index |
Old Index